aboutsummaryrefslogtreecommitdiff
path: root/phpcs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpcs.xml')
-rw-r--r--phpcs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpcs.xml b/phpcs.xml
index 447c04f49..41dbfcd17 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -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"/>