🔧 PHPCS: remove exclusions

The ruleset contained some exclusions which are no longer needed.
This commit is contained in:
jrfnl 2018-02-27 14:06:45 +01:00
parent cb7117a408
commit 7c24fc751d
1 changed files with 1 additions and 5 deletions

View File

@ -41,11 +41,7 @@
############################################################################# #############################################################################
--> -->
<rule ref="WordPress"> <rule ref="WordPress"/>
<exclude name="Generic.WhiteSpace.ScopeIndent.IncorrectExact"/>
<exclude name="Generic.WhiteSpace.ScopeIndent.Incorrect"/>
<exclude name="PEAR.Functions.FunctionCallSignature.Indent"/>
</rule>
<!-- <!--