Revert "Update ruleset.xml"

This reverts commit 9cca9f352f.
This commit is contained in:
Laurent Destailleur 2014-07-08 00:19:00 +02:00
parent 8c1abac3de
commit 07ff74b069

View File

@ -121,12 +121,8 @@
<rule ref="Generic.PHP.DeprecatedFunctions.Deprecated">
<severity>0</severity>
</rule>
<!-- PHP code MUST NOT contain any character before the opening tag -->
<rule ref="Generic.PHP.CharacterBeforePHPOpeningTag"/>
<!-- PHP code MUST NOT contain any short opening tag -->
<rule ref="Generic.PHP.DisallowShortOpenTag" />
<rule ref="Generic.PHP.DisallowShortOpenTag" />
<rule ref="Generic.PHP.ForbiddenFunctions" />