diff --git a/SymfonyCustom/Sniffs/Formatting/BlankLineBeforeReturnSniff.php b/SymfonyCustom/Sniffs/Formatting/BlankLineBeforeReturnSniff.php index 54b9181..d797f58 100644 --- a/SymfonyCustom/Sniffs/Formatting/BlankLineBeforeReturnSniff.php +++ b/SymfonyCustom/Sniffs/Formatting/BlankLineBeforeReturnSniff.php @@ -45,6 +45,7 @@ public function process(File $phpcsFile, $stackPtr) && 'T_COMMENT' !== $tokens[$current]['type'] && 'T_DOC_COMMENT_STRING' !== $tokens[$current]['type'] && 'T_DOC_COMMENT_OPEN_TAG' !== $tokens[$current]['type'] + && 'T_DOC_COMMENT_TAG' !== $tokens[$current]['type'] && 'T_DOC_COMMENT_CLOSE_TAG' !== $tokens[$current]['type'] && 'T_DOC_COMMENT_WHITESPACE' !== $tokens[$current]['type'] ) {