-
Notifications
You must be signed in to change notification settings - Fork 34
/
phpstan.neon
35 lines (34 loc) · 963 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
29
30
31
32
33
34
35
includes:
- phpstan/phpstan-baseline.neon
- phpstan/phpstan-baseline-pr.neon
parameters:
level: 6
treatPhpDocTypesAsCertain: true
reportUnmatchedIgnoredErrors: false
bootstrapFiles:
- bootstrap.php
laminasframework:
serviceManagerLoader: phpstan/phpstan-sm.php
doctrine:
objectManagerLoader: phpstan/phpstan-om.php
paths:
- config
- bootstrap.php
- module/Activity/src
- module/Application/src
- module/Company/src
- module/Decision/src
- module/Education/src
- module/Frontpage/src
- module/Photo/src
- module/User/src
- module/Activity/test
- module/Application/test
- module/Company/test
- module/Decision/test
- module/Education/test
- module/Frontpage/test
- module/Photo/test
- module/User/test
- public/index.php
tmpDir: data/cache/phpstan