Skip to content

Commit 68017cc

Browse files
committedOct 26, 2022
Fix build
1 parent fdda536 commit 68017cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎phpstan-baseline.neon

+5
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ parameters:
99
message: "#^Accessing PHPStan\\\\Rules\\\\Comparison\\\\ImpossibleCheckTypeStaticMethodCallRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
1010
count: 1
1111
path: tests/Rules/PHPUnit/AssertSameStaticMethodDifferentTypesRuleTest.php
12+
13+
-
14+
message: "#^Accessing PHPStan\\\\Rules\\\\Comparison\\\\ImpossibleCheckTypeMethodCallRule\\:\\:class is not covered by backward compatibility promise\\. The class might change in a minor PHPStan version\\.$#"
15+
count: 1
16+
path: tests/Rules/PHPUnit/ImpossibleCheckTypeMethodCallRuleTest.php

0 commit comments

Comments
 (0)