Skip to content

get rid of couple instanceof *Type checks in TypeCombinator #22349

get rid of couple instanceof *Type checks in TypeCombinator

get rid of couple instanceof *Type checks in TypeCombinator #22349

Triggered via pull request August 14, 2025 16:23
Status Cancelled
Total duration 5m 17s
Artifacts

static-analysis.yml

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

Annotations

118 errors and 7 notices
PHPStan (8.2, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.2, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.3)
Process completed with exit code 2.
PHPStan with result cache (8.3): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.3): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.3): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.3): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.3): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.3): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
Generate baseline
Process completed with exit code 1.
PHPStan with result cache (8.2)
Process completed with exit code 2.
PHPStan with result cache (8.2): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.2): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.2): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.2): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.2): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.2): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.4)
Process completed with exit code 2.
PHPStan with result cache (8.4): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.4): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.4): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.4): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.4): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.4): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.4, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.5, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.5)
Process completed with exit code 2.
PHPStan with result cache (8.5): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.5): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.5): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.5): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.5): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan with result cache (8.5): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.3, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.1, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest)
Process completed with exit code 2.
PHPStan (8.0, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, ubuntu-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path /home/runner/work/phpstan-src/phpstan-src/src/Type/TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, windows-latest)
Process completed with exit code 1.
PHPStan (8.5, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.5, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, windows-latest)
Process completed with exit code 1.
PHPStan (8.4, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.4, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, windows-latest)
Process completed with exit code 1.
PHPStan (8.3, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.3, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, windows-latest)
Process completed with exit code 1.
PHPStan (8.2, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.2, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, windows-latest)
Process completed with exit code 1.
PHPStan (8.1, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.1, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, windows-latest)
Process completed with exit code 1.
PHPStan (8.0, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (8.0, windows-latest): src/Type/TypeCombinator.php#L0
Ignored error pattern #^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$# (phpstanApi.instanceofType) in path D:\a\phpstan-src\phpstan-src\src\Type\TypeCombinator.php was not matched in reported errors.
PHPStan (7.4, windows-latest)
The operation was canceled.
PHPStan (7.4, windows-latest)
Canceling since a higher priority waiting request for sa-no-instanceof exists
Static Analysis
Canceling since a higher priority waiting request for sa-no-instanceof exists
PHPStan (7.4, ubuntu-latest)
The operation was canceled.
PHPStan (7.4, ubuntu-latest)
Canceling since a higher priority waiting request for sa-no-instanceof exists
PHPStan (8.5, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
PHPStan (8.4, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
PHPStan (8.3, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
PHPStan (8.2, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
PHPStan (8.1, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
PHPStan (8.0, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
PHPStan (7.4, windows-latest)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677