Skip to content

Commit 927d71f

Browse files
committed
Fix build
1 parent da87a65 commit 927d71f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

phpstan-baseline.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,11 @@ parameters:
711711
count: 1
712712
path: src/Testing/PHPStanTestCase.php
713713

714+
-
715+
message: "#^Doing instanceof PHPStan\\\\Type\\\\ConstantScalarType is error\\-prone and deprecated\\. Use Type\\:\\:isConstantScalarValue\\(\\) or Type\\:\\:getConstantScalarTypes\\(\\) or Type\\:\\:getConstantScalarValues\\(\\) instead\\.$#"
716+
count: 2
717+
path: src/Testing/TypeInferenceTestCase.php
718+
714719
-
715720
message: "#^Doing instanceof PHPStan\\\\Type\\\\IntersectionType is error\\-prone and deprecated\\.$#"
716721
count: 1

0 commit comments

Comments
 (0)