Skip to content

Commit 67d330e

Browse files
committed
update baseline
1 parent 27b0933 commit 67d330e

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,30 +1719,12 @@ parameters:
17191719
count: 5
17201720
path: src/Type/TypeCombinator.php
17211721

1722-
-
1723-
message: '#^Doing instanceof PHPStan\\Type\\BooleanType is error\-prone and deprecated\. Use Type\:\:isBoolean\(\) instead\.$#'
1724-
identifier: phpstanApi.instanceofType
1725-
count: 1
1726-
path: src/Type/TypeCombinator.php
1727-
17281722
-
17291723
message: '#^Doing instanceof PHPStan\\Type\\CallableType is error\-prone and deprecated\. Use Type\:\:isCallable\(\) and Type\:\:getCallableParametersAcceptors\(\) instead\.$#'
17301724
identifier: phpstanApi.instanceofType
17311725
count: 1
17321726
path: src/Type/TypeCombinator.php
17331727

1734-
-
1735-
message: '#^Doing instanceof PHPStan\\Type\\ClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) instead\.$#'
1736-
identifier: phpstanApi.instanceofType
1737-
count: 1
1738-
path: src/Type/TypeCombinator.php
1739-
1740-
-
1741-
message: '#^Doing instanceof PHPStan\\Type\\ConstantScalarType is error\-prone and deprecated\. Use Type\:\:isConstantScalarValue\(\) or Type\:\:getConstantScalarTypes\(\) or Type\:\:getConstantScalarValues\(\) instead\.$#'
1742-
identifier: phpstanApi.instanceofType
1743-
count: 1
1744-
path: src/Type/TypeCombinator.php
1745-
17461728
-
17471729
message: '#^Doing instanceof PHPStan\\Type\\Constant\\ConstantArrayType is error\-prone and deprecated\. Use Type\:\:getConstantArrays\(\) instead\.$#'
17481730
identifier: phpstanApi.instanceofType
@@ -1755,24 +1737,12 @@ parameters:
17551737
count: 5
17561738
path: src/Type/TypeCombinator.php
17571739

1758-
-
1759-
message: '#^Doing instanceof PHPStan\\Type\\FloatType is error\-prone and deprecated\. Use Type\:\:isFloat\(\) instead\.$#'
1760-
identifier: phpstanApi.instanceofType
1761-
count: 1
1762-
path: src/Type/TypeCombinator.php
1763-
17641740
-
17651741
message: '#^Doing instanceof PHPStan\\Type\\Generic\\GenericClassStringType is error\-prone and deprecated\. Use Type\:\:isClassStringType\(\) and Type\:\:getClassStringObjectType\(\) instead\.$#'
17661742
identifier: phpstanApi.instanceofType
17671743
count: 2
17681744
path: src/Type/TypeCombinator.php
17691745

1770-
-
1771-
message: '#^Doing instanceof PHPStan\\Type\\IntegerType is error\-prone and deprecated\. Use Type\:\:isInteger\(\) instead\.$#'
1772-
identifier: phpstanApi.instanceofType
1773-
count: 1
1774-
path: src/Type/TypeCombinator.php
1775-
17761746
-
17771747
message: '#^Doing instanceof PHPStan\\Type\\IntersectionType is error\-prone and deprecated\.$#'
17781748
identifier: phpstanApi.instanceofType
@@ -1797,12 +1767,6 @@ parameters:
17971767
count: 2
17981768
path: src/Type/TypeCombinator.php
17991769

1800-
-
1801-
message: '#^Doing instanceof PHPStan\\Type\\StringType is error\-prone and deprecated\. Use Type\:\:isString\(\) instead\.$#'
1802-
identifier: phpstanApi.instanceofType
1803-
count: 1
1804-
path: src/Type/TypeCombinator.php
1805-
18061770
-
18071771
message: '#^Instanceof between PHPStan\\Type\\Constant\\ConstantIntegerType and PHPStan\\Type\\Constant\\ConstantIntegerType will always evaluate to true\.$#'
18081772
identifier: instanceof.alwaysTrue

0 commit comments

Comments
 (0)