Skip to content

Commit

Permalink
Merge pull request #126 from kenjis/update-psalm.xml
Browse files Browse the repository at this point in the history
chore: update psalm.xml
  • Loading branch information
samsonasik authored May 10, 2024
2 parents 29d0c0c + 7e78772 commit 5c99a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0"?>
<psalm
phpVersion="8.1"
errorLevel="7"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand All @@ -8,6 +9,8 @@
autoloader="psalm_autoload.php"
cacheDirectory="build/psalm/"
errorBaseline="psalm-baseline.xml"
findUnusedBaselineEntry="false"
findUnusedCode="false"
>
<projectFiles>
<directory name="src/" />
Expand Down

0 comments on commit 5c99a5e

Please sign in to comment.