File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 15
15
16
16
use Ergebnis \PhpCsFixer \Config ;
17
17
18
- $ config = Config \Factory::fromRuleSet (new Dflydev \PhpCsFixer \Config \RuleSet \Dflydev ($ license -> header () ));
18
+ $ config = Config \Factory::fromRuleSet (new Dflydev \PhpCsFixer \Config \RuleSet \Dflydev ());
19
19
20
20
$ config ->getFinder ()->in (__DIR__ );
21
21
$ config ->setCacheFile (__DIR__ . '/.php-cs-fixer.cache ' );
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- /**
6
- * Copyright (c) 2023 Dragonfly Development Inc
7
- *
8
- * For the full copyright and license information, please view
9
- * the LICENSE file that was distributed with this source code.
10
- *
11
- * @see https://github.com/dflydev/dflydev-php-coding-standards
12
- */
13
-
14
5
namespace Dflydev \PhpCsFixer \Config \RuleSet ;
15
6
16
7
use Ergebnis \PhpCsFixer \Config \RuleSet \AbstractRuleSet ;
You can’t perform that action at this time.
0 commit comments