Skip to content

Commit

Permalink
Updated Psalm configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
batumibiz committed Nov 22, 2023
1 parent 29b4009 commit 294bf2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions psalm.xml.dist
Expand Up @@ -7,6 +7,7 @@
findUnusedPsalmSuppress="true"
findUnusedVariablesAndParams="true"
findUnusedCode="true"
cacheDirectory=".cache"
>
<projectFiles>
<directory name="src"/>
Expand All @@ -27,4 +28,8 @@
</errorLevel>
</PossiblyUnusedMethod>
</issueHandlers>

<enableExtensions>
<extension name="random"/>
</enableExtensions>
</psalm>

0 comments on commit 294bf2f

Please sign in to comment.