|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <psalm |
3 | | - errorLevel="1" |
4 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
5 | | - xmlns="https://getpsalm.org/schema/config" |
6 | | - xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" |
7 | | - phpVersion="8.1" |
| 3 | + errorLevel="1" |
| 4 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 5 | + xmlns="https://getpsalm.org/schema/config" |
| 6 | + xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" |
| 7 | + phpVersion="8.1" |
8 | 8 | > |
9 | | - <projectFiles> |
10 | | - <directory name="src" /> |
11 | | - <ignoreFiles> |
12 | | - <directory name="vendor" /> |
13 | | - </ignoreFiles> |
14 | | - </projectFiles> |
| 9 | + <projectFiles> |
| 10 | + <directory name="src" /> |
| 11 | + <ignoreFiles> |
| 12 | + <directory name="vendor" /> |
| 13 | + </ignoreFiles> |
| 14 | + </projectFiles> |
15 | 15 |
|
16 | | - <issueHandlers> |
17 | | - <ClassMustBeFinal errorLevel="suppress" /> |
18 | | - <InaccessibleProperty errorLevel="suppress" /> |
19 | | - <MissingConstructor errorLevel="suppress" /> |
20 | | - <MixedArrayAssignment errorLevel="suppress" /> |
21 | | - <MixedAssignment errorLevel="suppress" /> |
22 | | - <PossiblyUnusedMethod errorLevel="suppress" /> |
23 | | - <PossiblyUnusedProperty errorLevel="suppress" /> |
24 | | - <UnnecessaryVarAnnotation errorLevel="suppress" /> |
25 | | - <UnresolvableInclude errorLevel="suppress" /> |
26 | | - <UnusedClass errorLevel="suppress" /> |
27 | | - <UnusedParam errorLevel="suppress" /> |
28 | | - </issueHandlers> |
| 16 | + <issueHandlers> |
| 17 | + <ClassMustBeFinal errorLevel="suppress" /> |
| 18 | + <InaccessibleProperty errorLevel="suppress" /> |
| 19 | + <MissingConstructor errorLevel="suppress" /> |
| 20 | + <MixedArrayAssignment errorLevel="suppress" /> |
| 21 | + <MixedAssignment errorLevel="suppress" /> |
| 22 | + <PossiblyUnusedMethod errorLevel="suppress" /> |
| 23 | + <PossiblyUnusedProperty errorLevel="suppress" /> |
| 24 | + <UnnecessaryVarAnnotation errorLevel="suppress" /> |
| 25 | + <UnresolvableInclude errorLevel="suppress" /> |
| 26 | + <UnusedClass errorLevel="suppress" /> |
| 27 | + <UnusedParam errorLevel="suppress" /> |
| 28 | + </issueHandlers> |
29 | 29 | </psalm> |
0 commit comments