Skip to content

Commit 7ef210c

Browse files
committed
Fix build
1 parent 1d02c4f commit 7ef210c

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
@@ -1702,6 +1702,11 @@ parameters:
17021702
count: 3
17031703
path: src/Type/UnionTypeHelper.php
17041704

1705+
-
1706+
message: "#^Doing instanceof PHPStan\\\\Type\\\\CallableType is error\\-prone and deprecated\\. Use Type\\:\\:isCallable\\(\\) and Type\\:\\:getCallableParametersAcceptors\\(\\) instead\\.$#"
1707+
count: 2
1708+
path: src/Type/UnionTypeHelper.php
1709+
17051710
-
17061711
message: "#^Doing instanceof PHPStan\\\\Type\\\\ConstantScalarType is error\\-prone and deprecated\\. Use Type\\:\\:isConstantScalarValue\\(\\) or Type\\:\\:getConstantScalarTypes\\(\\) or Type\\:\\:getConstantScalarValues\\(\\) instead\\.$#"
17071712
count: 4

0 commit comments

Comments
 (0)