Skip to content

Commit e017e9b

Browse files
committed
Chore(ci) - Remove unused NoBlankLinesBeforeNamespaceFixer
1 parent c85f3c5 commit e017e9b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ecs.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use PhpCsFixer\Fixer\FunctionNotation\SingleLineThrowFixer;
1717
use PhpCsFixer\Fixer\Import\OrderedImportsFixer;
1818
use PhpCsFixer\Fixer\LanguageConstruct\DeclareEqualNormalizeFixer;
19-
use PhpCsFixer\Fixer\NamespaceNotation\NoBlankLinesBeforeNamespaceFixer;
2019
use PhpCsFixer\Fixer\Operator\BinaryOperatorSpacesFixer;
2120
use PhpCsFixer\Fixer\Operator\ConcatSpaceFixer;
2221
use PhpCsFixer\Fixer\Operator\IncrementStyleFixer;
@@ -100,7 +99,6 @@
10099
PhpdocSeparationFixer::class => null,
101100
BlankLineAfterOpeningTagFixer::class => null,
102101
ClassAttributesSeparationFixer::class => null,
103-
NoBlankLinesBeforeNamespaceFixer::class => null,
104102
NotOperatorWithSuccessorSpaceFixer::class => null,
105103
SingleLineThrowFixer::class => null,
106104
PhpdocAlignFixer::class => null,

0 commit comments

Comments
 (0)