-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan.neon
25 lines (25 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
parameters:
level: 5
bootstrapFiles:
- tests/bootstrap.php
paths:
- ./Sources
excludePaths:
- ./tests
inferPrivatePropertyTypeFromConstructor: true
ignoreErrors:
- '/Function prepareDBSettingContext not found./'
- '/Function loadGeneralSettingParameters not found./'
- '/Function checkSession not found./'
- '/Function saveDBSettings not found./'
- '/Function fatal_lang_error not found./'
- '/Function redirectexit not found./'
- '/Function loadCSSFile not found./'
- '/Function is_not_guest not found./'
- '/Function loadtemplate not found./'
- '/Function loadJavaScriptFile not found./'
- '/Function obExit not found./'
- '/Function template_breezeForm_Display not found./'
- '/Function addJavaScriptVar not found./'
- '/Function tokenTxtReplace not found./'
- '/Function create_control_richedit not found./'