Skip to content

Commit c5b10f8

Browse files
committed
Fixed coding standard error
1 parent b95e42e commit c5b10f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function process(PHP_CodeSniffer_File $phpcsFile, $stackPtr)
8080
if (isset($tokens[$bracket]['parenthesis_owner']) === true) {
8181
$function = $tokens[$bracket]['parenthesis_owner'];
8282
if ($tokens[$function]['code'] === T_FUNCTION
83-
|| $tokens[$function]['code'] === T_CLOSURE
83+
|| $tokens[$function]['code'] === T_CLOSURE
8484
) {
8585
return;
8686
}

0 commit comments

Comments
 (0)