Skip to content

Commit 295b150

Browse files
authored
docs(phpcs): Fix typo in comment about comments with 2 dots
1 parent bdc3fec commit 295b150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder_sniffer/Drupal/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
<rule ref="SlevomatCodingStandard.Commenting.ForbiddenComments">
131131
<properties>
132132
<property name="forbiddenCommentPatterns" type="array">
133-
<!-- Catch comments ending in 2 dots, bot leave comments ending in 3
133+
<!-- Catch comments ending in 2 dots, but leave comments ending in 3
134134
dots alone. -->
135135
<element value="/(?&lt;!\.)\.\.(?!\.)$/"/>
136136
</property>

0 commit comments

Comments
 (0)