Skip to content

Commit 200eae5

Browse files
committed
Fixed debug message (ref #2523)
1 parent 96e69bb commit 200eae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tokenizers/PHP.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ protected function processAdditional()
16921692
if ($scopeCloser !== $numTokens) {
16931693
if (PHP_CODESNIFFER_VERBOSITY > 1) {
16941694
$line = $this->tokens[$i]['line'];
1695-
echo "\t* token $i on line $line changed from T_STRING to T_FN".PHP_EOL;
1695+
echo "\t* token $i on line $line processed as arrow function".PHP_EOL;
16961696
}
16971697

16981698
$this->tokens[$i]['code'] = T_FN;

0 commit comments

Comments
 (0)