Skip to content

Commit 9451414

Browse files
Fix
1 parent f4254b6 commit 9451414

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
@@ -14,3 +14,8 @@ parameters:
1414
message: "#^Accessing PHPStan\\\\Rules\\\\Comparison\\\\ImpossibleCheckTypeMethodCallRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
1515
count: 1
1616
path: tests/Rules/PHPUnit/ImpossibleCheckTypeMethodCallRuleTest.php
17+
18+
-
19+
message: "#^Accessing PHPStan\\\\Rules\\\\Methods\\\\CallMethodsRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
20+
count: 1
21+
path: tests/Rules/Methods/CallMethodsRuleTest.php

0 commit comments

Comments
 (0)