Update ruleset.xml

The closing ?> tag MUST be omitted from files containing only PHP.
This commit is contained in:
frederic34 2014-07-06 15:49:24 +02:00
parent 823e976f39
commit 2080f58c2c

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" />