Skip to content

(v)sprintf() can return false on PHP7 #14697

(v)sprintf() can return false on PHP7

(v)sprintf() can return false on PHP7 #14697

Triggered via pull request June 28, 2024 08:37
Status Cancelled
Total duration 9m 34s
Artifacts 4

phar.yml

on: pull_request
Compiler Tests
1m 6s
Compiler Tests
integration-tests  /  Check PHAR checksum
8s
integration-tests / Check PHAR checksum
extension-tests  /  Check PHAR checksum
4s
extension-tests / Check PHAR checksum
other-tests  /  Check PHAR checksum
5s
other-tests / Check PHAR checksum
Commit PHAR
0s
Commit PHAR
Matrix: integration-tests / integration-run-phpstan
Matrix: integration-tests / integration-tests
Matrix: integration-tests / PMMP Tests
Matrix: extension-tests / Extension Tests
Matrix: other-tests / Other Tests
integration-tests  /  Integration - Update baselines
0s
integration-tests / Integration - Update baselines
Fit to window
Zoom out
Zoom in

Annotations

426 errors
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L104
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L66
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L95
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatAllType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatAllType::describe() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatNullOrType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatNullOrType::describe() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatType::describe() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpstan-beberlei-assert)
Process completed with exit code 2.
extension-tests / Extension Tests (7.2, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L45
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::hasNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L49
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::getNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-nette): src/Rule/Nette/DoNotExtendNetteObjectRule.php#L33
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-nette): src/Rule/Nette/RegularExpressionPatternRule.php#L38
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-nette): src/Rule/Nette/RethrowExceptionRule.php#L90
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L61
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L65
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L72
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L76
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-nette): tests/Reflection/Nette/NetteObjectClassReflectionExtensionTest.php#L61
Parameter #1 $message of static method PHPUnit\Framework\Assert::markTestSkipped() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatAllType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatAllType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatNullOrType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatNullOrType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-beberlei-assert)
Process completed with exit code 2.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L104
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L66
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L95
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatAllType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatAllType::describe() should return string but returns string|false.
extension-tests / Extension Tests (7.3, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatNullOrType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatNullOrType::describe() should return string but returns string|false.
extension-tests / Extension Tests (7.3, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatType::describe() should return string but returns string|false.
extension-tests / Extension Tests (7.3, phpstan-beberlei-assert)
Process completed with exit code 2.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L104
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L66
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L95
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/ConstExpr/ConstExprArrayItemNode.php#L29
Method PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprArrayItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/ConstExpr/DoctrineConstExprStringNode.php#L39
Method PHPStan\PhpDocParser\Ast\ConstExpr\DoctrineConstExprStringNode::escape() should return string but returns string|false.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L41
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L45
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/NodeTraverser.php#L296
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/NodeTraverser.php#L300
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/NodeTraverser.php#L304
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/NodeTraverser.php#L308
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/PhpDoc/InvalidTagValueNode.php#L41
Parameter #1 $message of function trigger_error expects string, string|false given.
extension-tests / Extension Tests (7.2, phpdoc-parser): src/Ast/Type/ArrayShapeItemNode.php#L38
Method PHPStan\PhpDocParser\Ast\Type\ArrayShapeItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/ConstExpr/ConstExprArrayItemNode.php#L29
Method PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprArrayItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/ConstExpr/DoctrineConstExprStringNode.php#L39
Method PHPStan\PhpDocParser\Ast\ConstExpr\DoctrineConstExprStringNode::escape() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L41
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L45
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/NodeTraverser.php#L296
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/NodeTraverser.php#L300
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/NodeTraverser.php#L304
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/NodeTraverser.php#L308
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/PhpDoc/InvalidTagValueNode.php#L41
Parameter #1 $message of function trigger_error expects string, string|false given.
extension-tests / Extension Tests (8.0, phpdoc-parser): src/Ast/Type/ArrayShapeItemNode.php#L38
Method PHPStan\PhpDocParser\Ast\Type\ArrayShapeItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/ClassCoversExistsRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L101
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L108
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L118
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L146
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L160
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L173
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L184
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/ConstExpr/ConstExprArrayItemNode.php#L29
Method PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprArrayItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/ConstExpr/DoctrineConstExprStringNode.php#L39
Method PHPStan\PhpDocParser\Ast\ConstExpr\DoctrineConstExprStringNode::escape() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L41
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L45
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/NodeTraverser.php#L296
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/NodeTraverser.php#L300
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/NodeTraverser.php#L304
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/NodeTraverser.php#L308
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/PhpDoc/InvalidTagValueNode.php#L41
Parameter #1 $message of function trigger_error expects string, string|false given.
extension-tests / Extension Tests (7.4, phpdoc-parser): src/Ast/Type/ArrayShapeItemNode.php#L38
Method PHPStan\PhpDocParser\Ast\Type\ArrayShapeItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Rules/Symfony/ContainerInterfaceUnknownServiceRule.php#L74
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Rules/Symfony/InvalidArgumentDefaultValueRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Rules/Symfony/InvalidArgumentDefaultValueRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Rules/Symfony/InvalidOptionDefaultValueRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Rules/Symfony/InvalidOptionDefaultValueRule.php#L79
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Rules/Symfony/UndefinedArgumentRule.php#L78
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Rules/Symfony/UndefinedOptionRule.php#L78
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Symfony/ConsoleApplicationResolver.php#L43
Parameter #1 $message of class PHPStan\ShouldNotHappenException constructor expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-symfony): src/Symfony/XmlParameterMapFactory.php#L34
Parameter #1 $message of class PHPStan\Symfony\XmlContainerNotExistsException constructor expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L104
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L66
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L95
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L104
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L66
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L95
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/ConstExpr/ConstExprArrayItemNode.php#L29
Method PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprArrayItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/ConstExpr/DoctrineConstExprStringNode.php#L39
Method PHPStan\PhpDocParser\Ast\ConstExpr\DoctrineConstExprStringNode::escape() should return string but returns string|false.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L41
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L45
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/NodeTraverser.php#L296
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/NodeTraverser.php#L300
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/NodeTraverser.php#L304
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/NodeTraverser.php#L308
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/PhpDoc/InvalidTagValueNode.php#L41
Parameter #1 $message of function trigger_error expects string, string|false given.
extension-tests / Extension Tests (8.1, phpdoc-parser): src/Ast/Type/ArrayShapeItemNode.php#L38
Method PHPStan\PhpDocParser\Ast\Type\ArrayShapeItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/ClassCoversExistsRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L101
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L108
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L118
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L146
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L160
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L173
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L184
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/ClassCoversExistsRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L101
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L108
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L118
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L146
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L160
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L173
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L184
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/ClassCoversExistsRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L101
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L108
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L118
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L146
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L160
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L173
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L184
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/ClassCoversExistsRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L101
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L108
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L118
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L146
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L160
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L173
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L184
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatAllType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatAllType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatNullOrType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatNullOrType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpstan-beberlei-assert)
Process completed with exit code 2.
extension-tests / Extension Tests (8.2, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatAllType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatAllType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatNullOrType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatNullOrType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpstan-beberlei-assert)
Process completed with exit code 2.
extension-tests / Extension Tests (7.3, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L45
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::hasNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L49
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::getNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-nette): src/Rule/Nette/DoNotExtendNetteObjectRule.php#L33
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-nette): src/Rule/Nette/RegularExpressionPatternRule.php#L38
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-nette): src/Rule/Nette/RethrowExceptionRule.php#L90
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L61
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L65
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L72
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L76
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-nette): tests/Reflection/Nette/NetteObjectClassReflectionExtensionTest.php#L61
Parameter #1 $message of static method PHPUnit\Framework\Assert::markTestSkipped() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatAllType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatAllType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.3, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatNullOrType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatNullOrType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.3, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.3, phpstan-beberlei-assert)
Process completed with exit code 2.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L104
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L66
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L95
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedPropertyRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/AccessDeprecatedStaticPropertyRule.php#L104
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedFunctionRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L66
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedMethodRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L95
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-deprecation-rules): src/Rules/Deprecations/CallToDeprecatedStaticMethodRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/ConstExpr/ConstExprArrayItemNode.php#L29
Method PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprArrayItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Rules/Symfony/ContainerInterfaceUnknownServiceRule.php#L74
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/ConstExpr/DoctrineConstExprStringNode.php#L39
Method PHPStan\PhpDocParser\Ast\ConstExpr\DoctrineConstExprStringNode::escape() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Rules/Symfony/InvalidArgumentDefaultValueRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L41
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Rules/Symfony/InvalidArgumentDefaultValueRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L45
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Rules/Symfony/InvalidOptionDefaultValueRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/NodeTraverser.php#L296
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/NodeTraverser.php#L300
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Rules/Symfony/InvalidOptionDefaultValueRule.php#L79
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/NodeTraverser.php#L304
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Rules/Symfony/UndefinedArgumentRule.php#L78
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/NodeTraverser.php#L308
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Rules/Symfony/UndefinedOptionRule.php#L78
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/PhpDoc/InvalidTagValueNode.php#L41
Parameter #1 $message of function trigger_error expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Symfony/ConsoleApplicationResolver.php#L43
Parameter #1 $message of class PHPStan\ShouldNotHappenException constructor expects string, string|false given.
extension-tests / Extension Tests (7.3, phpdoc-parser): src/Ast/Type/ArrayShapeItemNode.php#L38
Method PHPStan\PhpDocParser\Ast\Type\ArrayShapeItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpstan-symfony): src/Symfony/XmlParameterMapFactory.php#L34
Parameter #1 $message of class PHPStan\Symfony\XmlContainerNotExistsException constructor expects string, string|false given.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/ConstExpr/ConstExprArrayItemNode.php#L29
Method PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprArrayItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/ConstExpr/DoctrineConstExprStringNode.php#L39
Method PHPStan\PhpDocParser\Ast\ConstExpr\DoctrineConstExprStringNode::escape() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L41
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L45
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/NodeTraverser.php#L296
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatAllType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatAllType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/NodeTraverser.php#L300
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatNullOrType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatNullOrType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/NodeTraverser.php#L304
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-beberlei-assert): src/Type/BeberleiAssert/AssertThatType.php#L42
Method PHPStan\Type\BeberleiAssert\AssertThatType::describe() should return string but returns string|false.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/NodeTraverser.php#L308
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-beberlei-assert)
Process completed with exit code 2.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/PhpDoc/InvalidTagValueNode.php#L41
Parameter #1 $message of function trigger_error expects string, string|false given.
extension-tests / Extension Tests (8.2, phpdoc-parser): src/Ast/Type/ArrayShapeItemNode.php#L38
Method PHPStan\PhpDocParser\Ast\Type\ArrayShapeItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.0, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L45
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::hasNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L49
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::getNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-nette): src/Rule/Nette/DoNotExtendNetteObjectRule.php#L33
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-nette): src/Rule/Nette/RegularExpressionPatternRule.php#L38
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-nette): src/Rule/Nette/RethrowExceptionRule.php#L90
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L61
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L65
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L72
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L76
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-nette): tests/Reflection/Nette/NetteObjectClassReflectionExtensionTest.php#L61
Parameter #1 $message of static method PHPUnit\Framework\Assert::markTestSkipped() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L45
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::hasNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L49
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::getNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): src/Rule/Nette/DoNotExtendNetteObjectRule.php#L33
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): src/Rule/Nette/RegularExpressionPatternRule.php#L38
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): src/Rule/Nette/RethrowExceptionRule.php#L90
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L61
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L65
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L72
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L76
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-nette): tests/Reflection/Nette/NetteObjectClassReflectionExtensionTest.php#L61
Parameter #1 $message of static method PHPUnit\Framework\Assert::markTestSkipped() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/ClassCoversExistsRule.php#L76
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L94
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/ClassMethodCoversExistsRule.php#L102
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L101
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L108
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/CoversHelper.php#L118
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L146
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L160
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L173
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-phpunit): src/Rules/PHPUnit/DataProviderHelper.php#L184
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/ConstExpr/ConstExprArrayItemNode.php#L29
Method PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprArrayItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/ConstExpr/DoctrineConstExprStringNode.php#L39
Method PHPStan\PhpDocParser\Ast\ConstExpr\DoctrineConstExprStringNode::escape() should return string but returns string|false.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L41
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L45
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/NodeTraverser.php#L296
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/NodeTraverser.php#L300
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/NodeTraverser.php#L304
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/NodeTraverser.php#L308
Parameter #1 $message of class LogicException constructor expects string, string|false given.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/PhpDoc/InvalidTagValueNode.php#L41
Parameter #1 $message of function trigger_error expects string, string|false given.
extension-tests / Extension Tests (8.3, phpdoc-parser): src/Ast/Type/ArrayShapeItemNode.php#L38
Method PHPStan\PhpDocParser\Ast\Type\ArrayShapeItemNode::__toString() should return string but returns string|false.
extension-tests / Extension Tests (7.4, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L45
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::hasNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L49
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::getNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-nette): src/Rule/Nette/DoNotExtendNetteObjectRule.php#L33
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-nette): src/Rule/Nette/RegularExpressionPatternRule.php#L38
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-nette): src/Rule/Nette/RethrowExceptionRule.php#L90
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L61
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L65
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L72
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L76
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-nette): tests/Reflection/Nette/NetteObjectClassReflectionExtensionTest.php#L61
Parameter #1 $message of static method PHPUnit\Framework\Assert::markTestSkipped() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L45
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::hasNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L49
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::getNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): src/Rule/Nette/DoNotExtendNetteObjectRule.php#L33
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): src/Rule/Nette/RegularExpressionPatternRule.php#L38
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): src/Rule/Nette/RethrowExceptionRule.php#L90
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L61
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L65
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L72
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L76
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-nette): tests/Reflection/Nette/NetteObjectClassReflectionExtensionTest.php#L61
Parameter #1 $message of static method PHPUnit\Framework\Assert::markTestSkipped() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L45
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::hasNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): src/Reflection/Nette/NetteObjectClassReflectionExtension.php#L49
Parameter #1 $methodName of method PHPStan\Reflection\ClassReflection::getNativeMethod() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): src/Rule/Nette/DoNotExtendNetteObjectRule.php#L33
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): src/Rule/Nette/RegularExpressionPatternRule.php#L38
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): src/Rule/Nette/RethrowExceptionRule.php#L90
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L61
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): src/Type/Nette/ComponentModelArrayAccessDynamicReturnTypeExtension.php#L65
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L72
Parameter #1 $methodName of method PHPStan\Type\Type::hasMethod() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): src/Type/Nette/ComponentModelDynamicReturnTypeExtension.php#L76
Parameter #1 $methodName of method PHPStan\Type\Type::getMethod() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-nette): tests/Reflection/Nette/NetteObjectClassReflectionExtensionTest.php#L61
Parameter #1 $message of static method PHPUnit\Framework\Assert::markTestSkipped() expects string, string|false given.
integration-tests / Integration - bitExpert/phpstan-magento
Process completed with exit code 1.
integration-tests / Integration - bitExpert/phpstan-magento
Process completed with exit code 1.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Rules/Symfony/ContainerInterfacePrivateServiceRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Rules/Symfony/ContainerInterfaceUnknownServiceRule.php#L74
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Rules/Symfony/InvalidArgumentDefaultValueRule.php#L63
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Rules/Symfony/InvalidArgumentDefaultValueRule.php#L73
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Rules/Symfony/InvalidOptionDefaultValueRule.php#L67
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Rules/Symfony/InvalidOptionDefaultValueRule.php#L79
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Rules/Symfony/UndefinedArgumentRule.php#L78
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Rules/Symfony/UndefinedOptionRule.php#L78
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Symfony/ConsoleApplicationResolver.php#L43
Parameter #1 $message of class PHPStan\ShouldNotHappenException constructor expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-symfony): src/Symfony/XmlParameterMapFactory.php#L34
Parameter #1 $message of class PHPStan\Symfony\XmlContainerNotExistsException constructor expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php#L45
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/Cast/UselessCastRule.php#L61
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-strict-rules): src/Rules/Classes/RequireParentConstructCallRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
integration-tests / Integration - reactphp/promise: src/Internal/FulfilledPromise.php#L61
Method React\Promise\Internal\FulfilledPromise::finally() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<(T of mixed)|null>.
integration-tests / Integration - reactphp/promise: src/Promise.php#L99
Method React\Promise\Promise::finally() should return React\Promise\PromiseInterface<T> but returns React\Promise\PromiseInterface<(T of mixed)|null>.
integration-tests / Integration - reactphp/promise
Process completed with exit code 1.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php#L45
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/Cast/UselessCastRule.php#L61
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.1, phpstan-strict-rules): src/Rules/Classes/RequireParentConstructCallRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php#L45
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/Cast/UselessCastRule.php#L61
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-strict-rules): src/Rules/Classes/RequireParentConstructCallRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php#L45
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/Cast/UselessCastRule.php#L61
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.3, phpstan-strict-rules): src/Rules/Classes/RequireParentConstructCallRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php#L45
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/Cast/UselessCastRule.php#L61
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.2, phpstan-strict-rules): src/Rules/Classes/RequireParentConstructCallRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php#L45
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/Cast/UselessCastRule.php#L61
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.2, phpstan-strict-rules): src/Rules/Classes/RequireParentConstructCallRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanAndRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanNotRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L44
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInBooleanOrRule.php#L54
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInElseIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInIfConditionRule.php#L41
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/BooleansInConditions/BooleanInTernaryOperatorRule.php#L45
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/Cast/UselessCastRule.php#L61
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (8.0, phpstan-strict-rules): src/Rules/Classes/RequireParentConstructCallRule.php#L59
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/DqlRule.php#L80
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityColumnRule.php#L104
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityColumnRule.php#L123
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityColumnRule.php#L175
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityColumnRule.php#L191
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityConstructorNotFinalRule.php#L58
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityNotFinalRule.php#L53
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityRelationRule.php#L132
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityRelationRule.php#L147
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.4, phpstan-doctrine): src/Rules/Doctrine/ORM/QueryBuilderDqlRule.php#L79
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/DqlRule.php#L80
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityColumnRule.php#L104
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityColumnRule.php#L123
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityColumnRule.php#L175
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityColumnRule.php#L191
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityConstructorNotFinalRule.php#L58
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityNotFinalRule.php#L53
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityRelationRule.php#L132
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/EntityRelationRule.php#L147
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
extension-tests / Extension Tests (7.3, phpstan-doctrine): src/Rules/Doctrine/ORM/QueryBuilderDqlRule.php#L79
Parameter #1 $message of static method PHPStan\Rules\RuleErrorBuilder<PHPStan\Rules\RuleError>::message() expects string, string|false given.
integration-tests / Integration - efabrica-team/phpstan-latte tests
Process completed with exit code 1.
integration-tests / Integration - shopware/shopware
Canceling since a higher priority waiting request for 'phar-refs/pull/3193/merge' exists
integration-tests / Integration - shopware/shopware
The operation was canceled.

Artifacts

Produced during runtime
Name Size
baselines-magento-baseline.neon Expired
158 Bytes
baselines-react-promise-baseline.neon Expired
371 Bytes
phar-file Expired
3.41 MB
phar-file-checksum Expired
3.41 MB