Skip to content

Commit

Permalink
Fix psalm.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed May 23, 2022
1 parent 09fbcb5 commit 9cad098
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<psalm name="Halite Psalm Configuration"
useDocblockTypes="true"
totallyTyped="true">
>
<projectFiles>
<directory name="./src" />
</projectFiles>
Expand All @@ -11,6 +11,7 @@
<RedundantCondition errorLevel="suppress" />
<RedundantConditionGivenDocblockType errorLevel="suppress" />

<ArgumentTypeCoercion errorLevel="info" />
<RedundantCast errorLevel="info" />
<NonInvariantDocblockPropertyType errorLevel="info" />
</issueHandlers>
Expand Down

0 comments on commit 9cad098

Please sign in to comment.