Skip to content

Commit

Permalink
Psalm ignore method signature mismatches in Nova code
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Dec 21, 2024
1 parent 167ec9b commit 6d872c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
<MethodSignatureMismatch>
<errorLevel type="suppress">
<file name="app/Models/OAuth2Client.php" />
<directory name="app/Nova/" />
</errorLevel>
</MethodSignatureMismatch>
<NullOperand>
Expand Down

0 comments on commit 6d872c6

Please sign in to comment.