Skip to content

Commit b02e483

Browse files
🐛 Same fix
1 parent 918432d commit b02e483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SymfonyCustom/Sniffs/Formatting/BlankLineBeforeReturnSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function process(File $phpcsFile, $stackPtr)
4545
&& 'T_COMMENT' !== $tokens[$current]['type']
4646
&& 'T_DOC_COMMENT_STRING' !== $tokens[$current]['type']
4747
&& 'T_DOC_COMMENT_OPEN_TAG' !== $tokens[$current]['type']
48+
&& 'T_DOC_COMMENT_TAG' !== $tokens[$current]['type']
4849
&& 'T_DOC_COMMENT_CLOSE_TAG' !== $tokens[$current]['type']
4950
&& 'T_DOC_COMMENT_WHITESPACE' !== $tokens[$current]['type']
5051
) {

0 commit comments

Comments
 (0)