File tree Expand file tree Collapse file tree 3 files changed +2
-60
lines changed Expand file tree Collapse file tree 3 files changed +2
-60
lines changed Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
use Hereldar \CodingStyle ;
6
- use Hereldar \CodingStyle \Rules \GlobalNamespaceImportFixer ;
7
6
use PhpCsFixer \Fixer \ConstantNotation \NativeConstantInvocationFixer ;
8
7
use PhpCsFixer \Fixer \ControlStructure \YodaStyleFixer ;
9
8
use PhpCsFixer \Fixer \FunctionNotation \NativeFunctionInvocationFixer ;
9
+ use PhpCsFixer \Fixer \Import \GlobalNamespaceImportFixer ;
10
10
use PhpCsFixer \Fixer \Operator \OperatorLinebreakFixer ;
11
11
use PhpCsFixer \Fixer \Phpdoc \PhpdocAlignFixer ;
12
12
use PhpCsFixer \Fixer \Phpdoc \PhpdocNoAliasTagFixer ;
Original file line number Diff line number Diff line change 3
3
declare (strict_types=1 );
4
4
5
5
use Hereldar \CodingStyle ;
6
- use Hereldar \CodingStyle \Rules \GlobalNamespaceImportFixer ;
7
6
use PhpCsFixer \Fixer \ClassNotation \FinalClassFixer ;
8
7
use PhpCsFixer \Fixer \ClassNotation \ProtectedToPrivateFixer ;
9
8
use PhpCsFixer \Fixer \ClassUsage \DateTimeImmutableFixer ;
10
9
use PhpCsFixer \Fixer \ConstantNotation \NativeConstantInvocationFixer ;
11
10
use PhpCsFixer \Fixer \ControlStructure \YodaStyleFixer ;
12
11
use PhpCsFixer \Fixer \FunctionNotation \NativeFunctionInvocationFixer ;
12
+ use PhpCsFixer \Fixer \Import \GlobalNamespaceImportFixer ;
13
13
use PhpCsFixer \Fixer \Operator \OperatorLinebreakFixer ;
14
14
use PhpCsFixer \Fixer \Phpdoc \PhpdocAlignFixer ;
15
15
use PhpCsFixer \Fixer \Phpdoc \PhpdocNoAliasTagFixer ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments