Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 26, 2025
1 parent 0ccf374 commit 8e284fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
cacheDirectory=".build/psalm"
errorBaseline="psalm-baseline.xml"
findUnusedCode="true"
findUnusedPsalmSuppress="false"
findUnusedBaselineEntry="false"
>
<projectFiles>
Expand All @@ -14,6 +15,11 @@
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<MissingClassConstType>
<errorLevel type="suppress">
</MissingClassConstType>
</issueHandlers>

<plugins>
<pluginClass class="Psalm\SymfonyPsalmPlugin\Plugin"/>
Expand Down

0 comments on commit 8e284fc

Please sign in to comment.