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 f2f9878 commit 3477a00Copy full SHA for 3477a00
SlevomatCodingStandard/Sniffs/Commenting/DocCommentSpacingSniff.php
@@ -575,7 +575,7 @@ private function checkAnnotationsGroupsOrder(
575
}
576
577
$fix = $phpcsFile->addFixableError(
578
- 'Incorrent order of annotations in group.',
+ 'Incorrect order of annotations in group.',
579
$annotation->getStartPointer(),
580
self::CODE_INCORRECT_ORDER_OF_ANNOTATIONS_IN_GROUP
581
);
0 commit comments