Skip to content

Commit

Permalink
ci: change PHP-CS-Fixer config for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyFreeAgent committed Jan 23, 2023
1 parent 0d132d7 commit 40e183a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
return (new PhpCsFixer\Config())
->setRiskyAllowed(true)
->setRules([
'@PHP74Migration' => true,
'@PHP80Migration' => true,
'@PhpCsFixer' => true,
'@Symfony' => true,
'@Symfony:risky' => true,
Expand Down

0 comments on commit 40e183a

Please sign in to comment.