Skip to content

Commit

Permalink
Remove all useless rules from psalm config
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Apr 28, 2020
1 parent e204cc0 commit f3237a2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,18 @@
</projectFiles>

<issueHandlers>
<LessSpecificReturnType errorLevel="info" />

<InternalMethod errorLevel="info" />
<InternalProperty errorLevel="info" />
<InternalClass errorLevel="info" />

<MissingClosureReturnType errorLevel="info" />
<MissingPropertyType errorLevel="info" />
<MisplacedRequiredParam errorLevel="info" />

<PropertyNotSetInConstructor errorLevel="info" />
<MissingConstructor errorLevel="info" />
<MissingClosureParamType errorLevel="info" />

<MissingConstructor>
<errorLevel type="suppress">
<file name="libraries/classes/Properties/Plugins/ExportPluginProperties.php" />
</errorLevel>
</MissingConstructor>

<RedundantCondition errorLevel="info" />

<DocblockTypeContradiction errorLevel="info" />
Expand Down

0 comments on commit f3237a2

Please sign in to comment.