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