Skip to content

Commit

Permalink
Merge pull request #15 from shirshir/remove-deprecated-option
Browse files Browse the repository at this point in the history
Remove deprecated option
  • Loading branch information
pgoodjohn authored Jul 14, 2023
2 parents 8aff3a8 + 504ddc0 commit 9ce1921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.idea/
.php_cs.cache
.php-cs-fixer.cache

# Libraries should ignore the lock file
composer.lock
Expand Down
3 changes: 1 addition & 2 deletions src/PhpCsFixer/Rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ private static function getBaseRules(): array
'no_extra_blank_lines' => [
'tokens' => [
'break', 'case', 'continue', 'curly_brace_block', 'default', 'extra', 'parenthesis_brace_block',
'return', 'square_brace_block', 'throw', 'use_trait',
// TODO: Add 'use' when php-cs-fixer #3582 is fixed
'return', 'square_brace_block', 'throw',
],
],
'class_attributes_separation' => [
Expand Down

0 comments on commit 9ce1921

Please sign in to comment.