Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Fix psalm.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Aug 4, 2018
1 parent 6c54380 commit e2a1775
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions psalm.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0"?>
<psalm
name="Pharaoh Type Safety Automated Analysis"
stopOnFirstError="false"
useDocblockTypes="true"
totallyTyped="true"
>
Expand All @@ -21,8 +20,10 @@
<InvalidDocblock errorLevel="info" />
<MisplacedRequiredParam errorLevel="info" />

<RedundantCondition errorLevel="info" />
<ParadoxicalCondition errorLevel="info" />

<PropertyNotSetInConstructor errorLevel="info" />
<MissingConstructor errorLevel="info" />
<UntypedParam errorLevel="info" />
</issueHandlers>
</psalm>

0 comments on commit e2a1775

Please sign in to comment.