Skip to content

Commit

Permalink
Fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkarpetin committed Dec 14, 2023
1 parent ca68d2b commit 4164657
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions openapi/code_samples/PHP/psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@
<directory name="./" />
<ignoreFiles>
<directory name="vendor" />
<file name="data-exports/post.php"/> <!-- Class was renamed in unreleased version -->
<file name="data-exports@{id}/put.php"/> <!-- Class was renamed in unreleased version -->
</ignoreFiles>
</projectFiles>
<issueHandlers>
<UndefinedGlobalVariable errorLevel="suppress"/>
<UnusedVariable errorLevel="suppress"/>

<UndefinedClass errorLevel="error">
<errorLevel type="suppress">
<file name="data-exports/post.php"/> <!-- Class was renamed in unreleased version -->
<file name="data-exports@{id}/put.php"/> <!-- Class was renamed in unreleased version -->
</errorLevel>
</UndefinedClass>
</issueHandlers>
</psalm>

0 comments on commit 4164657

Please sign in to comment.