Skip to content

Commit

Permalink
Fix: Run 'make static-code-analysis-baseline'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Feb 1, 2024
1 parent 9557d6c commit 83d6298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.17.0@c620f6e80d0abfca532b00bda366062aaedf6e5d"/>
<files psalm-version="5.21.1@8c473e2437be8b6a8fd8f630f0f11a16b114c494"/>
5 changes: 3 additions & 2 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
strictBinaryOperands="true"
>
<projectFiles>
<directory name="./"/>
<directory name="src"/>
<directory name="tests"/>
<ignoreFiles>
<directory name="vendor/"/>
<file name="tests/run-tests.php"/>
</ignoreFiles>
</projectFiles>
</psalm>

0 comments on commit 83d6298

Please sign in to comment.