Merge pull request #1716 from frederic34/patch-4

Update ruleset.xml
This commit is contained in:
Laurent Destailleur 2014-07-07 21:24:00 +02:00
commit 9eaa096c79

View File

@ -18,6 +18,9 @@
<severity>0</severity>
</rule>
<!-- The closing ?> tag MUST be omitted from files containing only PHP. -->
<rule ref="Zend.Files.ClosingTag"/>
<!-- <rule ref="Generic.CodeAnalysis.ForLoopShouldBeWhileLoop" /> -->
<rule ref="Generic.CodeAnalysis.ForLoopWithTestFunctionCall" />