Skip to content

Commit 5b3d4e1

Browse files
eiriksmklausi
authored andcommitted
docs(phpcs): Fix typo in comment about comments with 2 dots
1 parent c4a0763 commit 5b3d4e1

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
@@ -127,7 +127,7 @@
127127
<rule ref="SlevomatCodingStandard.Commenting.ForbiddenComments">
128128
<properties>
129129
<property name="forbiddenCommentPatterns" type="array">
130-
<!-- Catch comments ending in 2 dots, bot leave comments ending in 3
130+
<!-- Catch comments ending in 2 dots, but leave comments ending in 3
131131
dots alone. -->
132132
<element value="/(?&lt;!\.)\.\.(?!\.)$/"/>
133133
</property>

0 commit comments

Comments
 (0)