Skip to content

Commit 83afad8

Browse files
committed
Tokenizer/PHP: minor doc fix in type handling layer
1 parent 87c3936 commit 83afad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tokenizers/PHP.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3179,7 +3179,7 @@ protected function processAdditional()
31793179
$confirmed = true;
31803180
break;
31813181
} else {
3182-
// This may still be an arrow function which hasn't be handled yet.
3182+
// This may still be an arrow function which hasn't been handled yet.
31833183
for ($y = ($x - 1); $y > 0; $y--) {
31843184
if (isset(Tokens::$emptyTokens[$this->tokens[$y]['code']]) === false
31853185
&& $this->tokens[$y]['code'] !== T_BITWISE_AND

0 commit comments

Comments
 (0)