Skip to content

Commit

Permalink
Update ruleset.xml
Browse files Browse the repository at this point in the history
PHP code MUST use only UTF-8 without BOM.
  • Loading branch information
frederic34 committed Jul 6, 2014
1 parent 823e976 commit f7586cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/codesniffer/ruleset.xml
Expand Up @@ -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>
Expand Down

0 comments on commit f7586cd

Please sign in to comment.