Update ruleset.xml

This commit is contained in:
Carlos Ferreira 2018-01-23 12:14:39 +01:00 committed by GitHub
parent c24d5c8376
commit f167a239ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,6 @@
<rule ref="PSR1"/>
<rule ref="PSR2">
<!-- Opening parenthesis of a multi-line function call must be the last content on the line. -->
<!-- Closing parenthesis of a multi-line function call must be on a line by itself. -->
<!-- Only one argument is allowed per line in a multi-line function call. -->
<exclude name="PEAR.Functions.FunctionCallSignature"/>
<!-- We don't have line length (line width) limits. -->
<exclude name="Generic.Files.LineLength"/>