Skip to content
This repository was archived by the owner on Mar 6, 2022. It is now read-only.

Commit 94c2e59

Browse files
committed
Avoid cs-fixer deprecations
1 parent 7248124 commit 94c2e59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
])
99
;
1010

11-
return PhpCsFixer\Config::create()
11+
return (new PhpCsFixer\Config())
1212
->setRiskyAllowed(true)
1313
->setRules([
1414
'@PSR2' => true,
@@ -22,4 +22,3 @@
2222
])
2323
->setFinder($finder)
2424
;
25-

0 commit comments

Comments
 (0)