Skip to content

Commit 172a9e2

Browse files
committed
Fix build
1 parent 867107e commit 172a9e2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

phpstan-baseline.neon

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

15+
-
16+
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantBooleanType is error-prone and deprecated. Use Type::isTrue() or Type::isFalse() instead.'
17+
identifier: phpstanApi.instanceofType
18+
count: 2
19+
path: src/Analyser/ExprHandler/BinaryOpHandler.php
20+
21+
-
22+
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantBooleanType is error-prone and deprecated. Use Type::isTrue() or Type::isFalse() instead.'
23+
identifier: phpstanApi.instanceofType
24+
count: 1
25+
path: src/Analyser/ExprHandler/BooleanNotHandler.php
26+
1527
-
1628
rawMessage: Cannot assign offset 'realCount' to array<mixed>|string.
1729
identifier: offsetAssign.dimType
@@ -27,7 +39,7 @@ parameters:
2739
-
2840
rawMessage: 'Doing instanceof PHPStan\Type\Constant\ConstantBooleanType is error-prone and deprecated. Use Type::isTrue() or Type::isFalse() instead.'
2941
identifier: phpstanApi.instanceofType
30-
count: 4
42+
count: 1
3143
path: src/Analyser/MutatingScope.php
3244

3345
-

0 commit comments

Comments
 (0)