-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
30 lines (29 loc) · 753 Bytes
/
phpstan.neon.dist
File metadata and controls
30 lines (29 loc) · 753 Bytes
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
29
parameters:
paths:
- finder.php
- functionMap.php
- visitor.php
- src/
- tests/
excludePaths:
- tests/data/
phpVersion:
min: 80000
max: 80300
level: 9
ignoreErrors:
-
path: tests/Faker.php
identifier: class.notFound
count: 20
-
# PHPStan\Analyser\Analyser::analyse()
# PHPStan\Analyser\AnalyserResult::getErrors()
identifier: phpstanApi.method
path: tests/IntegrationTest.php
count: 2
-
# PHPStan\Analyser\Analyser::class
identifier: phpstanApi.classConstant
path: tests/IntegrationTest.php
count: 1