Skip to content

Commit

Permalink
Fix psalm-config
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Oct 28, 2023
1 parent 7f1a4a4 commit 4e476db
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<projectFiles>
<directory name="hooks" />
<directory name="src" />
<directory name="tests" />
</projectFiles>

<issueHandlers>
Expand All @@ -28,12 +27,5 @@
<MissingParamType errorLevel="info" />
<UnusedClass errorLevel="info" />
<PossiblyUnusedMethod errorLevel="info" />

<!-- Ignore UnresolvableInclude on CLI-scripts -->
<UnresolvableInclude>
<errorLevel type="suppress">
<file name="tests/bootstrap.php" />
</errorLevel>
</UnresolvableInclude>
</issueHandlers>
</psalm>

0 comments on commit 4e476db

Please sign in to comment.