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