Skip to content

Commit

Permalink
Tokenizer/PHP: minor doc fix in type handling layer
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed May 21, 2024
1 parent 87c3936 commit 83afad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tokenizers/PHP.php
Original file line number Diff line number Diff line change
Expand Up @@ -3179,7 +3179,7 @@ protected function processAdditional()
$confirmed = true;
break;
} else {
// 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.
for ($y = ($x - 1); $y > 0; $y--) {
if (isset(Tokens::$emptyTokens[$this->tokens[$y]['code']]) === false
&& $this->tokens[$y]['code'] !== T_BITWISE_AND
Expand Down

0 comments on commit 83afad8

Please sign in to comment.