-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan.neon
28 lines (26 loc) · 953 Bytes
/
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
28
parameters:
level: max
paths:
- dev
- src
- tests
stubFiles:
- phpstan.stub
ignoreErrors:
- '#^Match expression does not handle remaining values?: #'
-
message: '#^Cannot call method (getChild|getChildren|getValueValue)\(\) on Hoa\\Compiler\\Llk\\TreeNode\|null\.$#'
count: 9
path: dev/Rules/RuleCompiler.php
-
message: '#expects Hoa\\Compiler\\Llk\\TreeNode, Hoa\\Compiler\\Llk\\TreeNode\|null given\.$#'
count: 1
path: dev/Rules/RuleCompiler.php
-
message: '#^Parameter \#1 \$\w+ of function Psl\\Str\\(contains|ends_with) expects string, string\|null given\.$#'
count: 5
path: dev/Tests/TestCompiler.php
tmpDir: .cache/phpstan
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
- vendor/php-standard-library/phpstan-extension/extension.neon