You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.neon
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,20 @@ parameters:
7
7
- tests/Rules/UseSafeCallablesRule
8
8
- tests/Rules/UseSafeClassesRule
9
9
- tests/Rules/UseSafeFunctionsRule
10
+
- tests/Type/Php/data
10
11
ignoreErrors:
11
12
-
12
13
message:'#^Implementing PHPStan\\Rules\\IdentifierRuleError is not covered by backward compatibility promise\. The interface might change in a minor PHPStan version\.$#'
13
14
identifier:phpstanApi.interface
14
15
count:1
15
16
path:src/Rules/Error/SafeRuleError.php
16
-
17
+
17
18
-
18
19
message:'#^Implementing PHPStan\\Rules\\LineRuleError is not covered by backward compatibility promise\. The interface might change in a minor PHPStan version\.$#'
19
20
identifier:phpstanApi.interface
20
21
count:1
21
22
path:src/Rules/Error/SafeRuleError.php
22
-
23
+
23
24
-
24
25
message:'#^Implementing PHPStan\\Rules\\RuleError is not covered by backward compatibility promise\. The interface might change in a minor PHPStan version\.$#'
$this->assertStringContainsString('Failed asserting that', $e->getMessage(), "Expected an assertion failure in $file, but got a different error: " . $e->getMessage());
0 commit comments