There was an error while loading. Please reload this page.
1 parent 96e69bb commit 200eae5Copy full SHA for 200eae5
src/Tokenizers/PHP.php
@@ -1692,7 +1692,7 @@ protected function processAdditional()
1692
if ($scopeCloser !== $numTokens) {
1693
if (PHP_CODESNIFFER_VERBOSITY > 1) {
1694
$line = $this->tokens[$i]['line'];
1695
- echo "\t* token $i on line $line changed from T_STRING to T_FN".PHP_EOL;
+ echo "\t* token $i on line $line processed as arrow function".PHP_EOL;
1696
}
1697
1698
$this->tokens[$i]['code'] = T_FN;
0 commit comments