Skip to content

Commit fec575d

Browse files
committed
Typo
1 parent a13c15e commit fec575d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SlevomatCodingStandard/Sniffs/Attributes/RequireAttributeAfterDocCommentSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function process(File $phpcsFile, $attributeOpenerPointer): void
6565
$attributeStartPointer = TokenHelper::findFirstTokenOnLine($phpcsFile, $firstAttributeOpenerPointer);
6666

6767
$fix = $phpcsFile->addFixableError(
68-
'Attribute should be placed before documentation comment.',
68+
'Attribute should be placed after documentation comment.',
6969
$attributeOpenerPointer,
7070
self::CODE_ATTRIBUTE_BEFORE_DOC_COMMENT
7171
);

0 commit comments

Comments
 (0)