mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update ruleset.xml
PHP code MUST use only UTF-8 without BOM.
This commit is contained in:
parent
823e976f39
commit
f7586cdbfa
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user