We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7a90c commit f775db0Copy full SHA for f775db0
1 file changed
phpstan-baseline.neon
@@ -12,6 +12,12 @@ parameters:
12
count: 1
13
path: src/Analyser/AnalyserResultFinalizer.php
14
15
+ -
16
+ rawMessage: 'PHPDoc tag @var with type int|string is not subtype of type string.'
17
+ identifier: varTag.type
18
+ count: 1
19
+ path: src/Analyser/ArgumentsNormalizer.php
20
+
21
-
22
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.'
23
identifier: phpstanApi.instanceofType
0 commit comments