Skip to content

Commit

Permalink
build(psalm): Forbid using deprecated code
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Sep 19, 2024
1 parent 51c87fd commit 9d51240
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,12 @@
<MissingClosureReturnType errorLevel="error"/>
<MissingPropertyType errorLevel="error"/>
<MissingReturnType errorLevel="error"/>
<DeprecatedClass errorLevel="error"/>
<DeprecatedConstant errorLevel="error"/>
<DeprecatedFunction errorLevel="error"/>
<DeprecatedInterface errorLevel="error"/>
<DeprecatedMethod errorLevel="error"/>
<DeprecatedProperty errorLevel="error"/>
<DeprecatedTrait errorLevel="error"/>
</issueHandlers>
</psalm>

0 comments on commit 9d51240

Please sign in to comment.