-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphpstan.neon
39 lines (37 loc) · 1.34 KB
/
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
parameters:
level: 1
bootstrapFiles:
- "%currentWorkingDirectory%/.Build/vendor/autoload.php"
paths:
- %currentWorkingDirectory%/scheduler
- %currentWorkingDirectory%/exception
- %currentWorkingDirectory%/interface
- %currentWorkingDirectory%/model
- %currentWorkingDirectory%/util
- %currentWorkingDirectory%/validator
- %currentWorkingDirectory%/Classes
- %currentWorkingDirectory%/srv
- %currentWorkingDirectory%/action
- %currentWorkingDirectory%/filter
- %currentWorkingDirectory%/interface
- %currentWorkingDirectory%/mod1
- %currentWorkingDirectory%/search
- %currentWorkingDirectory%/soap
- %currentWorkingDirectory%/tca
- %currentWorkingDirectory%/view
- %currentWorkingDirectory%/repository
- %currentWorkingDirectory%/ext_localconf.php
- %currentWorkingDirectory%/ext_emconf.php
ignoreErrors:
-
message: "#^Constant LF not found\\.$#"
count: 1
path: scheduler/class.tx_mklib_scheduler_SchedulerTaskFreezeDetection.php
-
message: "#^Constant CR not found\\.$#"
count: 1
path: util/class.tx_mklib_util_String.php
-
message: "#^Constant LF not found\\.$#"
count: 1
path: util/class.tx_mklib_util_String.php