Improve phpcs config

This commit is contained in:
Dennis Eichhorn 2018-02-16 18:16:54 +01:00
parent 150ba33e6f
commit f2ba8d0d77

View File

@ -68,7 +68,9 @@
</rule>
<rule ref="Generic.WhiteSpace.DisallowTabIndent"/>
<rule ref="MySource.PHP.EvalObjectFactory"/>
<rule ref="MySource.PHP.GetRequestData"/>
<rule ref="MySource.PHP.GetRequestData">
<exclude-pattern>*Request.php</exclude-pattern>
</rule>
<rule ref="PEAR.Classes.ClassDeclaration"/>
<rule ref="PEAR.Commenting.FunctionComment">
<exclude-pattern>*/tests/*</exclude-pattern><!-- Tests don't need comments -->