Skip to content

Commit dc38591

Browse files
committed
Update pslam's config
1 parent ef75488 commit dc38591

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

psalm.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,41 +13,13 @@
1313
</projectFiles>
1414

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

3718
<PropertyNotSetInConstructor errorLevel="info" />
3819
<MissingConstructor errorLevel="info" />
3920
<MissingClosureParamType errorLevel="info" />
40-
<MissingParamType errorLevel="info" />
41-
42-
<RedundantCondition errorLevel="info" />
4321

4422
<DocblockTypeContradiction errorLevel="info" />
4523
<RedundantConditionGivenDocblockType errorLevel="info" />
46-
47-
<UnresolvableInclude errorLevel="info" />
48-
49-
<RawObjectIteration errorLevel="info" />
50-
51-
<InvalidStringClass errorLevel="info" />
5224
</issueHandlers>
5325
</psalm>

0 commit comments

Comments
 (0)