Skip to content

Commit

Permalink
[TASK] Update to php cs fixer v3 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
koehnlein committed Aug 7, 2023
1 parent 784592c commit 6ff5640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php_cs.dist → .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
LICENSE file that was distributed with this source code.
EOF;

return PhpCsFixer\Config::create()
return (new PhpCsFixer\Config())
->setRiskyAllowed(true)
->setRules([
'@PSR2' => true,
Expand Down

0 comments on commit 6ff5640

Please sign in to comment.