Skip to content

Commit

Permalink
Remove MethodSignatureMismatch ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Mar 3, 2024
1 parent 1353c9f commit d8d2f59
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@
<directory name="config" />
</errorLevel>
</InvalidScope>

<!-- TODO: This check gets flagged by Psalm for unknown reasons in PHP 8.2 -->
<MethodSignatureMismatch>
<errorLevel type="suppress">
<file name="src/Toolkit/Date.php" />
</errorLevel>
</MethodSignatureMismatch>
</issueHandlers>

<plugins>
Expand Down

0 comments on commit d8d2f59

Please sign in to comment.