forked from AzuraCast/AzuraCast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
42 lines (32 loc) · 824 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
36
37
38
39
40
41
42
includes:
- phpstan-baseline.neon
- vendor/phpstan/phpstan-doctrine/extension.neon
- vendor/phpstan/phpstan-doctrine/rules.neon
parameters:
level: 8
doctrine:
objectManagerLoader: util/phpstan-doctrine.php
paths:
- backend/bin
- backend/config
- backend/src
- backend/templates
- web
fileExtensions:
- ""
- php
excludePaths:
- backend/config/routes.dev.php
bootstrapFiles:
- ./util/phpstan.php
scanDirectories:
- ./vendor/zircote/swagger-php/src/Annotations
stubFiles:
- util/phpstan_di.stub
- util/phpstan_phpdi.stub
universalObjectCratesClasses:
- App\Session\NamespaceInterface
- App\View
parallel:
jobSize: 20
processTimeout: 300.0