Skip to content

Commit 654074c

Browse files
clxmstaabstaabm
authored andcommitted
fix cs-fixer
1 parent 18cd8fe commit 654074c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
->in('src')
55
;
66

7-
return PhpCsFixer\Config::create()
7+
return (new PhpCsFixer\Config())
88
->setRules([
99
'@PSR2' => true,
1010
])

0 commit comments

Comments
 (0)