-
Notifications
You must be signed in to change notification settings - Fork 405
Expand file tree
/
Copy pathphpstan.neon
More file actions
executable file
·27 lines (27 loc) · 901 Bytes
/
phpstan.neon
File metadata and controls
executable file
·27 lines (27 loc) · 901 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
parameters:
level: 6
bootstrapFiles:
- constants.php
excludePaths:
- '%currentWorkingDirectory%/vendor/*'
- '%currentWorkingDirectory%/Customizing/*'
- '%currentWorkingDirectory%/scripts/*'
- '%currentWorkingDirectory%/data/*'
- '%currentWorkingDirectory%/dicto/*'
- '%currentWorkingDirectory%/docs/*'
- '%currentWorkingDirectory%/lang/*'
- '%currentWorkingDirectory%/node_modules/*'
- '%currentWorkingDirectory%/templates/*'
- '%currentWorkingDirectory%/xml/*'
- '%currentWorkingDirectory%/.github/*'
earlyTerminatingMethodCalls:
ilCtrl:
- redirect
- redirectByClass
- redirectToURL
ilCtrlInterface:
- redirect
- redirectByClass
- redirectToURL
ILIAS\HTTP\RawHTTPServices:
- close