Skip to content

Commit fb3ecc0

Browse files
committed
DocCommentSpacingSniff: Typo
1 parent f74119f commit fb3ecc0

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
@@ -403,7 +403,7 @@ private function checkLinesBetweenAnnotationsGroups(
403403
);
404404

405405
if (!$fix) {
406-
$previousAnnotationsGroup = $annotationsGroups;
406+
$previousAnnotationsGroup = $annotationsGroup;
407407
continue;
408408
}
409409

0 commit comments

Comments
 (0)