Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Jun 30, 2023
1 parent a13c15e commit fec575d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function process(File $phpcsFile, $attributeOpenerPointer): void
$attributeStartPointer = TokenHelper::findFirstTokenOnLine($phpcsFile, $firstAttributeOpenerPointer);

$fix = $phpcsFile->addFixableError(
'Attribute should be placed before documentation comment.',
'Attribute should be placed after documentation comment.',
$attributeOpenerPointer,
self::CODE_ATTRIBUTE_BEFORE_DOC_COMMENT
);
Expand Down

0 comments on commit fec575d

Please sign in to comment.