Skip to content

Commit 3477a00

Browse files
committed
Typo
1 parent f2f9878 commit 3477a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SlevomatCodingStandard/Sniffs/Commenting/DocCommentSpacingSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ private function checkAnnotationsGroupsOrder(
575575
}
576576

577577
$fix = $phpcsFile->addFixableError(
578-
'Incorrent order of annotations in group.',
578+
'Incorrect order of annotations in group.',
579579
$annotation->getStartPointer(),
580580
self::CODE_INCORRECT_ORDER_OF_ANNOTATIONS_IN_GROUP
581581
);

0 commit comments

Comments
 (0)