Skip to content

Commit 25bd9db

Browse files
committed
fix comment style
1 parent 99d419e commit 25bd9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder_sniffer/Drupal/Sniffs/ControlStructures/ControlSignatureSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public function process(File $phpcsFile, int $stackPtr)
301301
return;
302302
}
303303

304-
// Single space after closing brace.#
304+
// Single space after closing brace.
305305
$found = 1;
306306
if ($tokens[($closer + 1)]['code'] !== T_WHITESPACE) {
307307
$found = 0;

0 commit comments

Comments
 (0)