Skip to content

Commit c3e4ac7

Browse files
committed
updating to latest php-cs-fixer config
1 parent bee9b6f commit c3e4ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php_cs.dist renamed to .php-cs-fixer.dist.php

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

33
$finder = PhpCsFixer\Finder::create()->in(__DIR__);
44

5-
return PhpCsFixer\Config::create()
5+
return (new PhpCsFixer\Config())
66
->setFinder($finder)
77
->setRules(array(
88
'@Symfony' => true,

0 commit comments

Comments
 (0)