We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5b84d commit 1483f56Copy full SHA for 1483f56
phpstan-baseline.neon
@@ -1,11 +1,5 @@
1
parameters:
2
ignoreErrors:
3
- -
4
- rawMessage: 'Access to an undefined property PHPStan\PhpDocParser\Ast\PhpDoc\TypeAliasTagValueNode::$templateTypes.'
5
- identifier: property.notFound
6
- count: 1
7
- path: src/PhpDoc/PhpDocNodeResolver.php
8
-
9
10
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.'
11
identifier: phpstanApi.instanceofType
0 commit comments