|
1 | 1 | <?xml version="1.0"?>
|
2 |
| -<psalm errorLevel="2" resolveFromConfigFile="true" hideExternalErrors="true" ignoreInternalFunctionFalseReturn="false" |
3 |
| - autoloader="./pre_init.php"> |
| 2 | +<psalm errorLevel="4" resolveFromConfigFile="true" hideExternalErrors="true" ignoreInternalFunctionFalseReturn="false" autoloader="./pre_init.php"> |
4 | 3 | <projectFiles>
|
5 | 4 | <directory name="."/>
|
6 | 5 | <ignoreFiles allowMissingFiles="true">
|
|
9 | 8 | <directory name="assets"/>
|
10 | 9 | <directory name="frontend"/>
|
11 | 10 | <directory name="docker"/>
|
12 |
| - <directory name="public"/> |
13 | 11 | <directory name="data"/>
|
| 12 | + <directory name="bin"/> |
14 | 13 | </ignoreFiles>
|
15 | 14 | </projectFiles>
|
| 15 | + <extrasFiles> |
| 16 | + <file name="./.phpstorm.meta.php"/> |
| 17 | + </extrasFiles> |
16 | 18 | <issueHandlers>
|
17 |
| - <TypeDoesNotContainType errorLevel="info"/> |
18 |
| - <PossiblyNullArgument errorLevel="info"/> |
19 |
| - <PossiblyNullReference errorLevel="info"/> |
20 |
| - <PossiblyInvalidArgument errorLevel="info"/> |
21 |
| - <PossiblyNullPropertyFetch errorLevel="info"/> |
22 |
| - <MissingClosureParamType errorLevel="info"/> |
23 |
| - <RedundantCondition errorLevel="info"/> |
24 |
| - <MissingParamType errorLevel="info"/> |
25 |
| - <PossiblyInvalidMethodCall errorLevel="info"/> |
26 |
| - <DocblockTypeContradiction errorLevel="info"/> |
27 |
| - <PropertyNotSetInConstructor errorLevel="info"/> |
28 |
| - <RedundantConditionGivenDocblockType errorLevel="info"/> |
29 |
| - <PossiblyNullArrayOffset errorLevel="info"/> |
30 |
| - <MissingFile errorLevel="info"/> |
31 |
| - <DuplicateFunction errorLevel="info"/> |
32 |
| - <DuplicateClass errorLevel="info"/> |
33 |
| - <UnresolvableInclude errorLevel="info"/> |
34 | 19 | </issueHandlers>
|
35 |
| - <stubs> |
36 |
| - <file name="./.phpstorm.meta.php"/> |
37 |
| - </stubs> |
38 | 20 | </psalm>
|
0 commit comments