Skip to content

Commit

Permalink
Remove ImpureByReferenceAssignment error suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 18, 2023
1 parent 8c4b308 commit 12b318b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,5 @@
<file name="src/Internal/Calculator/BcMathCalculator.php" />
</errorLevel>
</ArgumentTypeCoercion>

<ImpureByReferenceAssignment>
<errorLevel type="suppress">
<file name="src/Internal/Calculator.php" />
</errorLevel>
</ImpureByReferenceAssignment>
</issueHandlers>
</psalm>

0 comments on commit 12b318b

Please sign in to comment.