|
23 | 23 | </errorLevel> |
24 | 24 | </StringIncrement> |
25 | 25 |
|
26 | | - <MissingClosureReturnType> |
| 26 | + <ClassMustBeFinal> |
27 | 27 | <errorLevel type="suppress"> |
28 | | - <directory name="src"/> |
| 28 | + <file name="src/Worker/WorkerException.php"/> |
| 29 | + <file name="src/Context/ContextException.php"/> |
| 30 | + <file name="src/Context/StatusError.php"/> |
29 | 31 | </errorLevel> |
30 | | - </MissingClosureReturnType> |
| 32 | + </ClassMustBeFinal> |
31 | 33 |
|
32 | 34 | <DocblockTypeContradiction> |
33 | 35 | <errorLevel type="suppress"> |
34 | 36 | <directory name="src"/> |
35 | 37 | </errorLevel> |
36 | 38 | </DocblockTypeContradiction> |
37 | 39 |
|
38 | | - <UndefinedClass> |
| 40 | + <MissingOverrideAttribute> |
39 | 41 | <errorLevel type="suppress"> |
| 42 | + <directory name="examples"/> |
40 | 43 | <directory name="src"/> |
41 | 44 | </errorLevel> |
42 | | - </UndefinedClass> |
| 45 | + </MissingOverrideAttribute> |
| 46 | + |
| 47 | + <UnusedClass> |
| 48 | + <errorLevel type="suppress"> |
| 49 | + <directory name="src"/> |
| 50 | + </errorLevel> |
| 51 | + </UnusedClass> |
| 52 | + |
| 53 | + <PossiblyUnusedMethod> |
| 54 | + <errorLevel type="suppress"> |
| 55 | + <directory name="src"/> |
| 56 | + </errorLevel> |
| 57 | + </PossiblyUnusedMethod> |
| 58 | + |
| 59 | + <UnusedVariable> |
| 60 | + <errorLevel type="suppress"> |
| 61 | + <directory name="examples"/> |
| 62 | + <directory name="src"/> |
| 63 | + </errorLevel> |
| 64 | + </UnusedVariable> |
43 | 65 |
|
44 | | - <UndefinedFunction> |
| 66 | + <UndefinedClass> |
45 | 67 | <errorLevel type="suppress"> |
46 | | - <referencedFunction name="str_increment"/> |
| 68 | + <directory name="src"/> |
47 | 69 | </errorLevel> |
48 | | - </UndefinedFunction> |
| 70 | + </UndefinedClass> |
49 | 71 |
|
50 | 72 | <UnsupportedPropertyReferenceUsage> |
51 | 73 | <errorLevel type="suppress"> |
|
0 commit comments