Update ruleset.xml

PHP code MUST use only UTF-8 without BOM.
This commit is contained in:
frederic34 2014-07-06 16:43:16 +02:00
parent 823e976f39
commit f7586cdbfa

View File

@ -46,6 +46,9 @@
</rule>
-->
<!-- PHP code MUST use only UTF-8 without BOM. -->
<rule ref="Generic.Files.ByteOrderMark"/>
<!-- Lines can be 85 chars long, but never show errors -->
<rule ref="Generic.Files.LineLength">
<properties>