Skip to content

Commit

Permalink
Update rule sets to PHP 8 + PHPUnit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Aug 3, 2024
1 parent f794d7b commit 9b07ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
return (new PhpCsFixer\Config())
->setRiskyAllowed(true)
->setRules([
'@PHP71Migration:risky' => true,
'@PHP73Migration' => true,
'@PHPUnit75Migration:risky' => true,
'@PHP80Migration:risky' => true,
'@PHP81Migration' => true,
'@PHPUnit100Migration:risky' => true,
'array_syntax' => ['syntax' => 'short'],
'ordered_imports' => true,
'declare_strict_types' => false,
Expand Down

0 comments on commit 9b07ae1

Please sign in to comment.