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