Skip to content

Commit f775db0

Browse files
Fix
1 parent 8f7a90c commit f775db0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ parameters:
1212
count: 1
1313
path: src/Analyser/AnalyserResultFinalizer.php
1414

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+
1521
-
1622
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.'
1723
identifier: phpstanApi.instanceofType

0 commit comments

Comments
 (0)