Skip to content

Commit 03ba37e

Browse files
committed
Update pslam config
1 parent 971d5dc commit 03ba37e

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

psalm.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,12 @@
1414
</projectFiles>
1515

1616
<issueHandlers>
17-
<LessSpecificReturnType errorLevel="info" />
18-
19-
<!-- level 3 issues - slightly lazy code writing, but provably low false-negatives -->
20-
21-
<DeprecatedMethod errorLevel="info" />
22-
<DeprecatedProperty errorLevel="info" />
23-
<DeprecatedClass errorLevel="info" />
24-
<DeprecatedConstant errorLevel="info" />
25-
<DeprecatedInterface errorLevel="info" />
26-
<DeprecatedTrait errorLevel="info" />
27-
28-
<InternalMethod errorLevel="info" />
29-
<InternalProperty errorLevel="info" />
30-
<InternalClass errorLevel="info" />
31-
3217
<MissingClosureReturnType errorLevel="info" />
33-
<MissingReturnType errorLevel="info" />
34-
<MissingPropertyType errorLevel="info" />
35-
<InvalidDocblock errorLevel="info" />
36-
<MisplacedRequiredParam errorLevel="info" />
3718

3819
<PropertyNotSetInConstructor errorLevel="info" />
39-
<MissingConstructor errorLevel="info" />
4020
<MissingClosureParamType errorLevel="info" />
41-
<MissingParamType errorLevel="info" />
42-
43-
<RedundantCondition errorLevel="info" />
4421

4522
<DocblockTypeContradiction errorLevel="info" />
4623
<RedundantConditionGivenDocblockType errorLevel="info" />
47-
48-
<UnresolvableInclude errorLevel="info" />
49-
50-
<RawObjectIteration errorLevel="info" />
51-
52-
<InvalidStringClass errorLevel="info" />
5324
</issueHandlers>
5425
</psalm>

0 commit comments

Comments
 (0)