-
Notifications
You must be signed in to change notification settings - Fork 2
/
phpstan.neon
23 lines (23 loc) · 869 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
parameters:
level: 5
bootstrapFiles:
- tests/bootstrap.php
paths:
- Sources/Breeze
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 createList not found./'
- '/Function loadMemberContext not found./'
- '/Function loadMemberData not found./'
- '/Function loadJavaScriptFile not found./'
- '/Function smf_serverResponse not found./'
- '/Function template_breezeForm_Display not found./'