Skip to content

Commit

Permalink
Update psalm config to not trigger deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
cspray committed May 14, 2023
1 parent 1d2717c commit 3ab4574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<projectFiles>
<directory name="src"/>
Expand Down

0 comments on commit 3ab4574

Please sign in to comment.