Skip to content

Commit

Permalink
fix conding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Jan 11, 2025
1 parent f636fe5 commit 52a2092
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public function process(File $phpcsFile, $stackPtr)
if ($tokens[$nextLineToken]['code'] === T_DOC_COMMENT_OPEN_TAG) {
break;
}

if ($tokens[$nextLineToken]['line'] !== $tokens[$closer]['line']) {
break;
}
Expand Down

0 comments on commit 52a2092

Please sign in to comment.