File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 13
13
14
14
use CodeIgniter \CodingStandard \CodeIgniter4 ;
15
15
use Nexus \CsConfig \Factory ;
16
+ use Nexus \CsConfig \Fixer \Comment \NoCodeSeparatorCommentFixer ;
16
17
use Nexus \CsConfig \Fixer \Comment \SpaceAfterCommentStartFixer ;
17
18
use Nexus \CsConfig \FixerGenerator ;
18
19
use PhpCsFixer \Finder ;
33
34
'finder ' => $ finder ,
34
35
'customFixers ' => FixerGenerator::create ('vendor/nexusphp/cs-config/src/Fixer ' , 'Nexus \\CsConfig \\Fixer ' ),
35
36
'customRules ' => [
37
+ NoCodeSeparatorCommentFixer::name () => true ,
36
38
SpaceAfterCommentStartFixer::name () => true ,
37
39
],
38
40
];
Original file line number Diff line number Diff line change 13
13
14
14
use CodeIgniter \CodingStandard \CodeIgniter4 ;
15
15
use Nexus \CsConfig \Factory ;
16
+ use Nexus \CsConfig \Fixer \Comment \NoCodeSeparatorCommentFixer ;
16
17
use Nexus \CsConfig \Fixer \Comment \SpaceAfterCommentStartFixer ;
17
18
use Nexus \CsConfig \FixerGenerator ;
18
19
use PhpCsFixer \Finder ;
40
41
'finder ' => $ finder ,
41
42
'customFixers ' => FixerGenerator::create ('vendor/nexusphp/cs-config/src/Fixer ' , 'Nexus \\CsConfig \\Fixer ' ),
42
43
'customRules ' => [
44
+ NoCodeSeparatorCommentFixer::name () => true ,
43
45
SpaceAfterCommentStartFixer::name () => true ,
44
46
],
45
47
];
You can’t perform that action at this time.
0 commit comments