Skip to content

Commit 9223aeb

Browse files
Removed unneeded config
Since the file is now `.php` it will automatically be added to the Finder
1 parent ddd96ad commit 9223aeb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use PhpCsFixer\Finder;
88

99
$finder = Finder::create()
10-
->name('.php-cs-fixer.dist.php') // Fix this file as well
1110
->in(__DIR__);
1211

1312
$overrides = [

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ use PhpCsFixer\Config;
3434
use PhpCsFixer\Finder;
3535

3636
$finder = Finder::create()
37-
->name('.php-cs-fixer.dist.php') // Fix this file as well
3837
->in(__DIR__);
3938

4039
return (new Config())

0 commit comments

Comments
 (0)