Merge pull request #1721 from frederic34/patch-6

Update ruleset.xml
This commit is contained in:
Laurent Destailleur 2014-07-07 21:27:09 +02:00
commit a2bc97210b

View File

@ -121,8 +121,12 @@
<rule ref="Generic.PHP.DeprecatedFunctions.Deprecated">
<severity>0</severity>
</rule>
<rule ref="Generic.PHP.DisallowShortOpenTag" />
<!-- 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.ForbiddenFunctions" />