Skip to content

Commit 15acf50

Browse files
committed
Coding standard fix
1 parent 5ef97a2 commit 15acf50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Tokenizers/PHP.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,10 +1708,10 @@ protected function processAdditional()
17081708
if ($this->tokens[$x]['code'] === T_OPEN_PARENTHESIS) {
17091709
$ignore = Util\Tokens::$emptyTokens;
17101710
$ignore += [
1711-
T_STRING => T_STRING,
1712-
T_COLON => T_COLON,
1713-
T_NS_SEPARATOR => T_COLON,
1714-
T_NULLABLE => T_COLON,
1711+
T_STRING => T_STRING,
1712+
T_COLON => T_COLON,
1713+
T_NS_SEPARATOR => T_COLON,
1714+
T_NULLABLE => T_COLON,
17151715
];
17161716

17171717
$closer = $this->tokens[$x]['parenthesis_closer'];

0 commit comments

Comments
 (0)