We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef97a2 commit 15acf50Copy full SHA for 15acf50
src/Tokenizers/PHP.php
@@ -1708,10 +1708,10 @@ protected function processAdditional()
1708
if ($this->tokens[$x]['code'] === T_OPEN_PARENTHESIS) {
1709
$ignore = Util\Tokens::$emptyTokens;
1710
$ignore += [
1711
- T_STRING => T_STRING,
1712
- T_COLON => T_COLON,
1713
- T_NS_SEPARATOR => T_COLON,
1714
- T_NULLABLE => T_COLON,
+ T_STRING => T_STRING,
+ T_COLON => T_COLON,
+ T_NS_SEPARATOR => T_COLON,
+ T_NULLABLE => T_COLON,
1715
];
1716
1717
$closer = $this->tokens[$x]['parenthesis_closer'];
0 commit comments