Skip to content

Commit 6e60289

Browse files
author
Feyyaz Esatoglu
committed
APM-541 file name fixed.
1 parent d507ff2 commit 6e60289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use PhpCsFixer\Config;
44
use PhpCsFixer\Finder;
55

66
$finder = Finder::create()
7-
->name('.php_cs') // Fix this file as well
7+
->name('.php_cs.dist') // Fix this file as well
88
->in(__DIR__);
99

1010
return Config::create()

0 commit comments

Comments
 (0)