forked from ILIAS-eLearning/ILIAS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
27 lines (27 loc) · 896 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
parameters:
level: 6
bootstrapFiles:
- constants.php
excludePaths:
- '%currentWorkingDirectory%/vendor/*'
- '%currentWorkingDirectory%/Customizing/*'
- '%currentWorkingDirectory%/CI/*'
- '%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