(v)sprintf() can return false on PHP7 #14696
Annotations
10 errors
src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rules/BooleansInConditions/BooleanInIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php#L45
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rules/Cast/UselessCastRule.php#L61
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rules/Classes/RequireParentConstructCallRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
This job failed
Loading