We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a355076 commit 749303dCopy full SHA for 749303d
phpstan-baseline.neon
@@ -1680,7 +1680,7 @@ parameters:
1680
-
1681
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantArrayType is error-prone and deprecated. Use Type::getConstantArrays() instead.'
1682
identifier: phpstanApi.instanceofType
1683
- count: 16
+ count: 18
1684
path: src/Type/TypeCombinator.php
1685
1686
src/Type/IntersectionType.php
@@ -57,6 +57,7 @@
57
use function sprintf;
58
use function strcasecmp;
59
use function strlen;
60
+use function str_starts_with;
61
use function substr;
62
use function usort;
63
0 commit comments