Skip to content

Commit b36f1d3

Browse files
committed
fixup! Add ECS
1 parent 2319520 commit b36f1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ecs/ecs.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
DuplicateSpacesSniff::class => [$libRootPath . '/tests'],
4242

4343
// Keep a line between same use types, spacing around uses is done in other fixers
44-
UseSpacingSniff::class . '.IncorrectLinesCountBeforeFirstUse' => null,
45-
UseSpacingSniff::class . '.IncorrectLinesCountAfterLastUse' => null,
44+
// UseSpacingSniff::class . '.IncorrectLinesCountBeforeFirstUse' => null,
45+
// UseSpacingSniff::class . '.IncorrectLinesCountAfterLastUse' => null,
4646

4747
OrderedTypesFixer::class => null,
4848
PhpdocTypesOrderFixer::class => null,

0 commit comments

Comments
 (0)