Skip to content

Commit 784fa02

Browse files
committed
Merge branch 'feature/generic-arbitrary-parentheses-spacing-minor-clean-up' of https://github.com/jrfnl/PHP_CodeSniffer
2 parents 9010cf4 + 79ffe3f commit 784fa02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Standards/Generic/Sniffs/WhiteSpace/ArbitraryParenthesesSpacingSniff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public function register()
5858
$this->ignoreTokens[T_CLOSE_SHORT_ARRAY] = T_CLOSE_SHORT_ARRAY;
5959

6060
$this->ignoreTokens[T_USE] = T_USE;
61-
$this->ignoreTokens[T_DECLARE] = T_DECLARE;
6261
$this->ignoreTokens[T_THROW] = T_THROW;
6362
$this->ignoreTokens[T_YIELD] = T_YIELD;
6463
$this->ignoreTokens[T_YIELD_FROM] = T_YIELD_FROM;

0 commit comments

Comments
 (0)