Skip to content

Commit

Permalink
Update psalm.xml to side-step minor annoyance.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Apr 21, 2017
1 parent fc1f09e commit ac1c375
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
as a function name for PHP 5.2 compatibility. When testing, be sure
to change this to "info".
-->
<DuplicateClass errorLevel="info" />
<!--
Psalm isn't correctly identifying the guard conditions that return
early if a class already exists.
-->
</issueHandlers>
</psalm>

0 comments on commit ac1c375

Please sign in to comment.