-
Notifications
You must be signed in to change notification settings - Fork 24
/
phpstan.neon
27 lines (25 loc) · 1.07 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
parameters:
level: max
paths:
- src
- tests
excludePaths:
- tests/Rules/data
ignoreErrors:
-
message: '#^Implementing PHPStan\\Rules\\IdentifierRuleError is not covered by backward compatibility promise\. The interface might change in a minor PHPStan version\.$#'
identifier: phpstanApi.interface
count: 1
path: src/Rules/Error/SafeRuleError.php
-
message: '#^Implementing PHPStan\\Rules\\LineRuleError is not covered by backward compatibility promise\. The interface might change in a minor PHPStan version\.$#'
identifier: phpstanApi.interface
count: 1
path: src/Rules/Error/SafeRuleError.php
-
message: '#^Implementing PHPStan\\Rules\\RuleError is not covered by backward compatibility promise\. The interface might change in a minor PHPStan version\.$#'
identifier: phpstanApi.interface
count: 1
path: src/Rules/Error/SafeRuleError.php
includes:
- phpstan-safe-rule.neon