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