Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit ecb672c

Browse files
committed
fix edge case on extraneous package check. Fix #136
1 parent 1b9e01a commit ecb672c

3 files changed

Lines changed: 200 additions & 115 deletions

File tree

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
66
;
77

88
return Symfony\CS\Config\Config::create()
9-
->fixers(array('concat_with_spaces', 'align_double_arrow', 'long_array_syntax', '-concat_without_spaces', '-phpdoc_short_description', '-phpdoc_separation'))
9+
->fixers(array('concat_with_spaces', 'align_double_arrow', 'long_array_syntax', '-concat_without_spaces', 'ordered_use', '-phpdoc_short_description', '-phpdoc_separation'))
1010
->finder($finder)
1111
;

0 commit comments

Comments
 (0)