We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd643d commit 79e9e03Copy full SHA for 79e9e03
phpstan-baseline.neon
@@ -1581,6 +1581,12 @@ parameters:
1581
count: 1
1582
path: src/Type/Php/FunctionExistsFunctionTypeSpecifyingExtension.php
1583
1584
+ -
1585
+ rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead.'
1586
+ identifier: phpstanApi.instanceofType
1587
+ count: 1
1588
+ path: src/Type/Php/InArrayFunctionTypeSpecifyingExtension.php
1589
+
1590
-
1591
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.'
1592
identifier: phpstanApi.instanceofType
0 commit comments