(v)sprintf() can return false on PHP7 #14697
Annotations
10 errors
src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L45
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::hasNativeMethod() expects string, string|false given.
|
src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L49
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::getNativeMethod() expects string, string|false given.
|
src/Rule/Nette/DoNotExtendNetteObjectRule.php#L33
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rule/Nette/RegularExpressionPatternRule.php#L38
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Rule/Nette/RethrowExceptionRule.php#L90
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
|
src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L61
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
|
src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L65
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
|
src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L72
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
|
src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L76
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
|
tests/Reflection/Nette/NetteObjectClassReflectionExtensionTest.php#L61
Parameter #1 $message of static method PHPUnit\Framework\Assert::markTestSkipped() expects string, string|false given.
|
This job failed
Loading