diff options
Diffstat (limited to 'phpcs.xml')
| -rw-r--r-- | phpcs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ <rule ref="Generic.Files.LineLength"> <!-- For language strings maximum line lengths make little sense. --> <exclude-pattern>./app/i18n/</exclude-pattern> - <!-- Don't enforce line length on the HTML; the point is to improve legibility, not reduce it --> + <!-- Don’t enforce line length on the HTML; the point is to improve legibility, not reduce it --> <exclude-pattern>*.phtml$</exclude-pattern> <properties> <property name="lineLimit" value="165"/> |
