Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 635ee3c

Browse files
committed
Fix: Make sure to fix *.php.dist, too
1 parent 4a10f4e commit 635ee3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $config = new Symfony\CS\Config\Config();
55
$config->getFinder()
66
->exclude('data')
77
->exclude('puphpet')
8+
->name('*.php.dist')
89
->in(__DIR__)
910
;
1011

0 commit comments

Comments
 (0)