add Type::isError method #22859
Annotations
8 errors
|
Script
Process completed with exit code 2.
|
|
Script:
src/Type/Doctrine/QueryBuilder/OtherMethodQueryBuilderParser.php#L96
Parameter #2 $scope of method PHPStan\Analyser\NodeScopeResolver::processNodes() expects PHPStan\Analyser\MutatingScope, PHPStan\Analyser\Generator\GeneratorScope|PHPStan\Analyser\MutatingScope given.
|
|
Script:
src/Type/Doctrine/QueryBuilder/OtherMethodQueryBuilderParser.php#L91
Calling PHPStan\Analyser\Generator\GeneratorScope::enterClassMethod() is not covered by backward compatibility promise. The method might change in a minor PHPStan version.
|
|
Script:
src/Type/Doctrine/QueryBuilder/OtherMethodQueryBuilderParser.php#L91
Calling PHPStan\Analyser\Generator\GeneratorScope::enterClass() is not covered by backward compatibility promise. The method might change in a minor PHPStan version.
|
|
Script:
src/Type/Doctrine/QueryBuilder/OtherMethodQueryBuilderParser.php#L88
Calling PHPStan\Analyser\Generator\GeneratorScope::enterNamespace() is not covered by backward compatibility promise. The method might change in a minor PHPStan version.
|
|
Script:
src/Type/Doctrine/GetRepositoryDynamicReturnTypeExtension.php#L131
Doing instanceof PHPStan\Type\ErrorType is error-prone and deprecated. Use Type::isError() instead.
|
|
Script:
src/Rules/Doctrine/ORM/EntityRelationRule.php#L103
Doing instanceof PHPStan\Type\ErrorType is error-prone and deprecated. Use Type::isError() instead.
|
|
Script:
src/Rules/Doctrine/ORM/EntityColumnRule.php#L204
Doing instanceof PHPStan\Type\ErrorType is error-prone and deprecated. Use Type::isError() instead.
|
Loading