Skip to content

Commit d9185cc

Browse files
committed
remove the license header
1 parent 7bd6f6f commit d9185cc

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
use Ergebnis\PhpCsFixer\Config;
1717

18-
$config = Config\Factory::fromRuleSet(new Dflydev\PhpCsFixer\Config\RuleSet\Dflydev($license->header()));
18+
$config = Config\Factory::fromRuleSet(new Dflydev\PhpCsFixer\Config\RuleSet\Dflydev());
1919

2020
$config->getFinder()->in(__DIR__);
2121
$config->setCacheFile(__DIR__ . '/.php-cs-fixer.cache');

src/RuleSet/Dflydev.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
declare(strict_types=1);
44

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-
145
namespace Dflydev\PhpCsFixer\Config\RuleSet;
156

167
use Ergebnis\PhpCsFixer\Config\RuleSet\AbstractRuleSet;

0 commit comments

Comments
 (0)