Skip to content

Commit

Permalink
Merge branch 'feature/generic-arbitrary-parentheses-spacing-minor-cle…
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Jan 19, 2021
2 parents 9010cf4 + 79ffe3f commit 784fa02
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function register()
$this->ignoreTokens[T_CLOSE_SHORT_ARRAY] = T_CLOSE_SHORT_ARRAY;

$this->ignoreTokens[T_USE] = T_USE;
$this->ignoreTokens[T_DECLARE] = T_DECLARE;
$this->ignoreTokens[T_THROW] = T_THROW;
$this->ignoreTokens[T_YIELD] = T_YIELD;
$this->ignoreTokens[T_YIELD_FROM] = T_YIELD_FROM;
Expand Down

0 comments on commit 784fa02

Please sign in to comment.