We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc3fec commit 295b150Copy full SHA for 295b150
coder_sniffer/Drupal/ruleset.xml
@@ -130,7 +130,7 @@
130
<rule ref="SlevomatCodingStandard.Commenting.ForbiddenComments">
131
<properties>
132
<property name="forbiddenCommentPatterns" type="array">
133
- <!-- Catch comments ending in 2 dots, bot leave comments ending in 3
+ <!-- Catch comments ending in 2 dots, but leave comments ending in 3
134
dots alone. -->
135
<element value="/(?<!\.)\.\.(?!\.)$/"/>
136
</property>
0 commit comments