executed scheduled task
nightly-build-3-x
Pipeline stages
6 stagesConsole Logs
1+ ./vendor/bin/phpstan
1s2Note: Using configuration file /drone/src/phpstan.neon.
2s3 0/8 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% 8/8 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
9s4
9s5 ------ ------------------------------------------------------------------
9s6 Line Format/Json.php
9s7 ------ ------------------------------------------------------------------
9s8 66 Strict comparison using !== between non-falsy-string and '' will
9s9 always evaluate to true.
9s10 🪪 notIdentical.alwaysTrue
9s11 ------ ------------------------------------------------------------------
9s12
9s13 ------ --------------------------------------------------------------------
9s14 Line Registry.php
9s15 ------ --------------------------------------------------------------------
9s16 236 Negated boolean expression is always false.
9s17 🪪 booleanNot.alwaysFalse
9s18 236 Result of || is always false.
9s19 🪪 booleanOr.alwaysFalse
9s20 236 Strict comparison using === between mixed and null will always
9s21 evaluate to false.
9s22 🪪 identical.alwaysFalse
9s23 💡 Type null has already been eliminated from mixed.
9s24 256 Parameter #1 $array of class ArrayIterator constructor expects
9s25 array<TKey of (int|string), TValue>, stdClass given.
9s26 🪪 argument.type
9s27 479 Strict comparison using === between string and null will always
9s28 evaluate to false.
9s29 🪪 identical.alwaysFalse
9s30 💡 Because the type is coming from a PHPDoc, you can turn off this
9s31 check by setting treatPhpDocTypesAsCertain: false in your
9s32 phpstan.neon.
9s33 482 Parameter #2 $callback of function array_filter expects
9s34 (callable(string): bool)|null, 'strlen' given.
9s35 🪪 argument.type
9s36 557 Parameter #2 $callback of function array_filter expects
9s37 (callable(string): bool)|null, 'strlen' given.
9s38 🪪 argument.type
9s39 623 Parameter #2 $callback of function array_filter expects
9s40 (callable(string): bool)|null, 'strlen' given.
9s41 🪪 argument.type
9s42 769 Call to function is_object() with object will always evaluate to
9s43 true.
9s44 🪪 function.alreadyNarrowedType
9s45 💡 Because the type is coming from a PHPDoc, you can turn off this
9s46 check by setting treatPhpDocTypesAsCertain: false in your
9s47 phpstan.neon.
9s48 ------ --------------------------------------------------------------------
9s49
9s50 [ERROR] Found 10 errors
9s51
9s