Skip to content

Commit 817a1ef

Browse files
committed
Generic/ForLoopWithTestFunctionCall: minor doc fix
1 parent 837e602 commit 817a1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function process(File $phpcsFile, $stackPtr)
8484
continue;
8585
}
8686

87-
// Find next non empty token, if it is a open curly brace we have a
87+
// Find next non empty token, if it is a open parenthesis we have a
8888
// function call.
8989
$index = $phpcsFile->findNext(Tokens::$emptyTokens, ($next + 1), null, true);
9090

0 commit comments

Comments
 (0)