Skip to content

Commit 25dc54d

Browse files
committed
Remove custom GlobalNamespaceImportFixer
1 parent 9831d07 commit 25dc54d

File tree

3 files changed

+2
-60
lines changed

3 files changed

+2
-60
lines changed

sets/libraries.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
declare(strict_types=1);
44

55
use Hereldar\CodingStyle;
6-
use Hereldar\CodingStyle\Rules\GlobalNamespaceImportFixer;
76
use PhpCsFixer\Fixer\ConstantNotation\NativeConstantInvocationFixer;
87
use PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer;
98
use PhpCsFixer\Fixer\FunctionNotation\NativeFunctionInvocationFixer;
9+
use PhpCsFixer\Fixer\Import\GlobalNamespaceImportFixer;
1010
use PhpCsFixer\Fixer\Operator\OperatorLinebreakFixer;
1111
use PhpCsFixer\Fixer\Phpdoc\PhpdocAlignFixer;
1212
use PhpCsFixer\Fixer\Phpdoc\PhpdocNoAliasTagFixer;

sets/projects.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
declare(strict_types=1);
44

55
use Hereldar\CodingStyle;
6-
use Hereldar\CodingStyle\Rules\GlobalNamespaceImportFixer;
76
use PhpCsFixer\Fixer\ClassNotation\FinalClassFixer;
87
use PhpCsFixer\Fixer\ClassNotation\ProtectedToPrivateFixer;
98
use PhpCsFixer\Fixer\ClassUsage\DateTimeImmutableFixer;
109
use PhpCsFixer\Fixer\ConstantNotation\NativeConstantInvocationFixer;
1110
use PhpCsFixer\Fixer\ControlStructure\YodaStyleFixer;
1211
use PhpCsFixer\Fixer\FunctionNotation\NativeFunctionInvocationFixer;
12+
use PhpCsFixer\Fixer\Import\GlobalNamespaceImportFixer;
1313
use PhpCsFixer\Fixer\Operator\OperatorLinebreakFixer;
1414
use PhpCsFixer\Fixer\Phpdoc\PhpdocAlignFixer;
1515
use PhpCsFixer\Fixer\Phpdoc\PhpdocNoAliasTagFixer;

src/CodingStyle/Rules/GlobalNamespaceImportFixer.php

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)