|
1 | 1 | <?xml version="1.0"?>
|
2 | 2 | <psalm
|
3 |
| - totallyTyped="false" |
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 file:///home/desperado/var/www/Desperado/sagas/vendor/vimeo/psalm/config.xsd" |
| 3 | + totallyTyped="false" |
| 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 file:///home/desperado/var/www/Desperado/sagas/vendor/vimeo/psalm/config.xsd" |
7 | 7 | >
|
8 | 8 | <projectFiles>
|
9 |
| - <directory name="src" /> |
| 9 | + <directory name="src"/> |
| 10 | + <ignoreFiles> |
| 11 | + <directory name="vendor"/> |
| 12 | + <!-- Storage for AMQPEnvelope::getheaders is not user-defined --> |
| 13 | + <file name="src/Transport/AmqpExt/AmqpConsumer.php"/> |
| 14 | + </ignoreFiles> |
10 | 15 | </projectFiles>
|
11 | 16 |
|
12 | 17 | <issueHandlers>
|
13 |
| - <LessSpecificReturnType errorLevel="info" /> |
| 18 | + <LessSpecificReturnType errorLevel="info"/> |
14 | 19 |
|
15 | 20 | <!-- level 3 issues - slightly lazy code writing, but provably low false-negatives -->
|
16 |
| - <DeprecatedMethod errorLevel="info" /> |
17 |
| - <DeprecatedProperty errorLevel="info" /> |
18 |
| - <DeprecatedClass errorLevel="info" /> |
| 21 | + <DeprecatedMethod errorLevel="info"/> |
| 22 | + <DeprecatedProperty errorLevel="info"/> |
| 23 | + <DeprecatedClass errorLevel="info"/> |
19 | 24 |
|
20 |
| - <MissingClosureReturnType errorLevel="info" /> |
21 |
| - <MissingReturnType errorLevel="info" /> |
22 |
| - <MissingPropertyType errorLevel="info" /> |
23 |
| - <InvalidDocblock errorLevel="info" /> |
24 |
| - <MisplacedRequiredParam errorLevel="info" /> |
| 25 | + <MissingClosureReturnType errorLevel="info"/> |
| 26 | + <MissingReturnType errorLevel="info"/> |
| 27 | + <MissingPropertyType errorLevel="info"/> |
| 28 | + <InvalidDocblock errorLevel="info"/> |
| 29 | + <MisplacedRequiredParam errorLevel="info"/> |
25 | 30 |
|
26 |
| - <PropertyNotSetInConstructor errorLevel="suppress" /> |
27 |
| - <MissingConstructor errorLevel="info" /> |
28 |
| - <MissingClosureParamType errorLevel="info" /> |
29 |
| - <MissingParamType errorLevel="info" /> |
| 31 | + <PropertyNotSetInConstructor errorLevel="suppress"/> |
| 32 | + <MissingConstructor errorLevel="info"/> |
| 33 | + <MissingClosureParamType errorLevel="info"/> |
| 34 | + <MissingParamType errorLevel="info"/> |
30 | 35 |
|
31 |
| - <DocblockTypeContradiction errorLevel="info" /> |
32 |
| - <RedundantConditionGivenDocblockType errorLevel="info" /> |
| 36 | + <DocblockTypeContradiction errorLevel="info"/> |
| 37 | + <RedundantConditionGivenDocblockType errorLevel="info"/> |
33 | 38 |
|
34 |
| - <UnresolvableInclude errorLevel="info" /> |
| 39 | + <UnresolvableInclude errorLevel="info"/> |
35 | 40 |
|
36 |
| - <RawObjectIteration errorLevel="info" /> |
| 41 | + <RawObjectIteration errorLevel="info"/> |
37 | 42 | </issueHandlers>
|
38 | 43 | </psalm>
|
0 commit comments