We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398b701 commit 99e1fa5Copy full SHA for 99e1fa5
1 file changed
phpstan-baseline.neon
@@ -1743,16 +1743,10 @@ parameters:
1743
count: 1
1744
path: src/Type/TypeCombinator.php
1745
1746
- -
1747
- rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead.'
1748
- identifier: phpstanApi.instanceofType
1749
- count: 1
1750
- path: src/Type/TypeUtils.php
1751
-
1752
1753
rawMessage: Doing instanceof PHPStan\Type\IntersectionType is error-prone and deprecated.
1754
identifier: phpstanApi.instanceofType
1755
- count: 4
+ count: 3
1756
path: src/Type/TypeUtils.php
1757
1758
0 commit comments