Skip to content

Commit e533cc1

Browse files
committed
Updated PHPCSFixer
1 parent 198dc60 commit e533cc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
->in(__DIR__)
55
;
66

7-
return PhpCsFixer\Config::create()
8-
->setRules(array(
7+
$config = new PhpCsFixer\Config();
8+
return $config->setRules(array(
99
'@Symfony' => true,
1010
'phpdoc_annotation_without_dot' => false,
1111
))

0 commit comments

Comments
 (0)