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

@ -122,6 +122,10 @@
<severity>0</severity> <severity>0</severity>
</rule> </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" /> <rule ref="Generic.PHP.ForbiddenFunctions" />