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.
2 parents 9010cf4 + 79ffe3f commit 784fa02Copy full SHA for 784fa02
src/Standards/Generic/Sniffs/WhiteSpace/ArbitraryParenthesesSpacingSniff.php
@@ -58,7 +58,6 @@ public function register()
58
$this->ignoreTokens[T_CLOSE_SHORT_ARRAY] = T_CLOSE_SHORT_ARRAY;
59
60
$this->ignoreTokens[T_USE] = T_USE;
61
- $this->ignoreTokens[T_DECLARE] = T_DECLARE;
62
$this->ignoreTokens[T_THROW] = T_THROW;
63
$this->ignoreTokens[T_YIELD] = T_YIELD;
64
$this->ignoreTokens[T_YIELD_FROM] = T_YIELD_FROM;
0 commit comments