Skip to content

Replace error-prone instanceof in Rules classes #20088

Replace error-prone instanceof in Rules classes

Replace error-prone instanceof in Rules classes #20088

Triggered via pull request March 6, 2025 16:31
Status Failure
Total duration 3m 22s
Artifacts

static-analysis.yml

on: pull_request
Generate baseline
1m 33s
Generate baseline
Generate PHP baseline
1m 35s
Generate PHP baseline
Matrix: PHPStan with result cache
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

161 errors
PHPStan with result cache (8.4): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan with result cache (8.4): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.4): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.4): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.4): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.4): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan with result cache (8.4): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan with result cache (8.4): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan with result cache (8.4): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan with result cache (8.4): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.3, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.3, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.3, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.3, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.3, ubuntu-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.3, ubuntu-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
PHPStan with result cache (8.3): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan with result cache (8.3): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.3): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.3): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.3): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.3): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan with result cache (8.3): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan with result cache (8.3): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan with result cache (8.3): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan with result cache (8.3): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.4, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.4, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.4, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.4, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.4, ubuntu-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.4, ubuntu-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
Generate baseline
Process completed with exit code 1.
PHPStan (8.1, ubuntu-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.1, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.1, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.1, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.1, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.1, ubuntu-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.1, ubuntu-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.1, ubuntu-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.1, ubuntu-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.1, ubuntu-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
PHPStan with result cache (8.1): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan with result cache (8.1): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.1): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.1): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.1): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.1): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan with result cache (8.1): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan with result cache (8.1): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan with result cache (8.1): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan with result cache (8.1): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
PHPStan (8.2, ubuntu-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.2, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.2, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.2, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.2, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.2, ubuntu-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.2, ubuntu-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.2, ubuntu-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.2, ubuntu-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.2, ubuntu-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
PHPStan with result cache (8.2): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan with result cache (8.2): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.2): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.2): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.2): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan with result cache (8.2): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan with result cache (8.2): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan with result cache (8.2): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan with result cache (8.2): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan with result cache (8.2): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
PHPStan (7.4, ubuntu-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L121
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (7.4, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1751
Call to function assert() with bool will always evaluate to true.
PHPStan (7.4, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1753
Call to function assert() with bool will always evaluate to true.
PHPStan (7.4, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1771
Call to function assert() with bool will always evaluate to true.
PHPStan (7.4, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1773
Call to function assert() with bool will always evaluate to true.
PHPStan (7.4, ubuntu-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (7.4, ubuntu-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan (7.4, ubuntu-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (7.4, ubuntu-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L259
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (7.4, ubuntu-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.0, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.0, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.0, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.0, ubuntu-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.0, ubuntu-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Api/NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Classes/RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/Comparison/ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.0, ubuntu-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Rules/PhpDoc/RequireExtendsCheck.php was not matched in reported errors.
PHPStan (8.1, windows-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.1, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.1, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.1, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.1, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.1, windows-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Api\NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.1, windows-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Classes\RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.1, windows-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.1, windows-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.1, windows-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\PhpDoc\RequireExtendsCheck.php was not matched in reported errors.
PHPStan (8.4, windows-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.4, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.4, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.4, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.4, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.4, windows-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Api\NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.4, windows-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Classes\RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.4, windows-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.4, windows-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.4, windows-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\PhpDoc\RequireExtendsCheck.php was not matched in reported errors.
PHPStan (8.2, windows-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.2, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.2, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.2, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.2, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.2, windows-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Api\NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.2, windows-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Classes\RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.2, windows-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.2, windows-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.2, windows-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\PhpDoc\RequireExtendsCheck.php was not matched in reported errors.
PHPStan (8.0, windows-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.0, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.0, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.0, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.0, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.0, windows-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Api\NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.0, windows-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Classes\RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.0, windows-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.0, windows-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.0, windows-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\PhpDoc\RequireExtendsCheck.php was not matched in reported errors.
PHPStan (8.3, windows-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L110
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (8.3, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1746
Call to function assert() with bool will always evaluate to true.
PHPStan (8.3, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1748
Call to function assert() with bool will always evaluate to true.
PHPStan (8.3, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1766
Call to function assert() with bool will always evaluate to true.
PHPStan (8.3, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1768
Call to function assert() with bool will always evaluate to true.
PHPStan (8.3, windows-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Api\NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (8.3, windows-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Classes\RequireExtendsRule.php was not matched in reported errors.
PHPStan (8.3, windows-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (8.3, windows-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L262
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (8.3, windows-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\PhpDoc\RequireExtendsCheck.php was not matched in reported errors.
PHPStan (7.4, windows-latest): src/Reflection/BetterReflection/SourceLocator/OptimizedDirectorySourceLocator.php#L121
Method PHPStan\Reflection\BetterReflection\SourceLocator\OptimizedDirectorySourceLocator::nodeToReflection() has parameter $fetchedNode with generic class PHPStan\Reflection\BetterReflection\SourceLocator\FetchedNode but does not specify its types: T
PHPStan (7.4, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1751
Call to function assert() with bool will always evaluate to true.
PHPStan (7.4, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1753
Call to function assert() with bool will always evaluate to true.
PHPStan (7.4, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1771
Call to function assert() with bool will always evaluate to true.
PHPStan (7.4, windows-latest): src/Reflection/InitializerExprTypeResolver.php#L1773
Call to function assert() with bool will always evaluate to true.
PHPStan (7.4, windows-latest): src/Rules/Api/NodeConnectingVisitorAttributesRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantStringType is error\-prone and deprecated\. Use Type\:\:getConstantStrings\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Api\NodeConnectingVisitorAttributesRule.php was not matched in reported errors.
PHPStan (7.4, windows-latest): src/Rules/Classes/RequireExtendsRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Classes\RequireExtendsRule.php was not matched in reported errors.
PHPStan (7.4, windows-latest): src/Rules/Comparison/ConstantLooseComparisonRule.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ConstantLooseComparisonRule.php was not matched in reported errors.
PHPStan (7.4, windows-latest): src/Rules/Comparison/ImpossibleCheckTypeHelper.php#L259
Ignored error pattern #^Doing instanceof PHPStan\\Type\\Constant\\ConstantBooleanType is error\-prone and deprecated\. Use Type\:\:isTrue\(\) or Type\:\:isFalse\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\Comparison\ImpossibleCheckTypeHelper.php is expected to occur 2 times, but occurred only 1 time.
PHPStan (7.4, windows-latest): src/Rules/PhpDoc/RequireExtendsCheck.php#L1
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Rules\PhpDoc\RequireExtendsCheck.php was not matched in reported errors.