Skip to content

Commit 52a2092

Browse files
committed
fix conding standards
1 parent f636fe5 commit 52a2092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ public function process(File $phpcsFile, $stackPtr)
154154
if ($tokens[$nextLineToken]['code'] === T_DOC_COMMENT_OPEN_TAG) {
155155
break;
156156
}
157+
157158
if ($tokens[$nextLineToken]['line'] !== $tokens[$closer]['line']) {
158159
break;
159160
}

0 commit comments

Comments
 (0)