We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c3936 commit 83afad8Copy full SHA for 83afad8
src/Tokenizers/PHP.php
@@ -3179,7 +3179,7 @@ protected function processAdditional()
3179
$confirmed = true;
3180
break;
3181
} else {
3182
- // This may still be an arrow function which hasn't be handled yet.
+ // This may still be an arrow function which hasn't been handled yet.
3183
for ($y = ($x - 1); $y > 0; $y--) {
3184
if (isset(Tokens::$emptyTokens[$this->tokens[$y]['code']]) === false
3185
&& $this->tokens[$y]['code'] !== T_BITWISE_AND
0 commit comments