-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathphpstan.neon
More file actions
42 lines (30 loc) · 744 Bytes
/
phpstan.neon
File metadata and controls
42 lines (30 loc) · 744 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
30
31
32
33
34
35
36
37
38
39
40
includes:
- vendor/larastan/larastan/extension.neon
- vendor/phpstan/phpstan-mockery/extension.neon
parameters:
phpVersion:
min: 80200
max: 80499
paths:
- app
- bootstrap
- config
- database
- LibreNMS
- resources
- routes
- tests
excludePaths:
- tests/Unit/Data/KafkaDBStoreTest.php
- LibreNMS/Data/Store/Kafka.php
scanDirectories:
- includes
level: 5
treatPhpDocTypesAsCertain: false
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
checkModelProperties: true
ignoreErrors:
- '#Unsafe usage of new static#'
parallel:
processTimeout: 300.0