Skip to content

Commit

Permalink
Remove deprecated config blocks for psalm
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Apr 28, 2020
1 parent 3d24204 commit 53a1e5c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,6 @@
<issueHandlers>
<LessSpecificReturnType errorLevel="info" />

<!-- level 3 issues - slightly lazy code writing, but provably low false-negatives -->

<DeprecatedMethod errorLevel="info" />
<DeprecatedProperty errorLevel="info" />
<DeprecatedClass errorLevel="info" />
<DeprecatedConstant errorLevel="info" />
<DeprecatedFunction errorLevel="info" />
<DeprecatedInterface errorLevel="info" />
<DeprecatedTrait errorLevel="info" />

<InternalMethod errorLevel="info" />
<InternalProperty errorLevel="info" />
<InternalClass errorLevel="info" />
Expand Down

0 comments on commit 53a1e5c

Please sign in to comment.