Skip to content

Commit c04380f

Browse files
committed
Cleanup
1 parent 0b0363c commit c04380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SlevomatCodingStandard/Sniffs/Arrays/TrailingArrayCommaSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function process(File $phpcsFile, $stackPointer): void
5151
}
5252

5353
$fix = $phpcsFile->addFixableError(
54-
'MultiLine arrays must have a trailing comma after the last element.',
54+
'Multi-line arrays must have a trailing comma after the last element.',
5555
$previousToCloseParenthesisPointer,
5656
self::CODE_MISSING_TRAILING_COMMA
5757
);

0 commit comments

Comments
 (0)