Skip to content

Commit 9ce1921

Browse files
authored
Merge pull request #15 from shirshir/remove-deprecated-option
Remove deprecated option
2 parents 8aff3a8 + 504ddc0 commit 9ce1921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea/
22
.php_cs.cache
3+
.php-cs-fixer.cache
34

45
# Libraries should ignore the lock file
56
composer.lock

src/PhpCsFixer/Rules.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ private static function getBaseRules(): array
138138
'no_extra_blank_lines' => [
139139
'tokens' => [
140140
'break', 'case', 'continue', 'curly_brace_block', 'default', 'extra', 'parenthesis_brace_block',
141-
'return', 'square_brace_block', 'throw', 'use_trait',
142-
// TODO: Add 'use' when php-cs-fixer #3582 is fixed
141+
'return', 'square_brace_block', 'throw',
143142
],
144143
],
145144
'class_attributes_separation' => [

0 commit comments

Comments
 (0)