Skip to content

Commit

Permalink
Update rule sets regarding PHP and PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Aug 3, 2024
1 parent ae3e113 commit a7d8c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
'@Symfony' => true,
'@Symfony:risky' => true,
'@PHP80Migration:risky' => true,
'@PHPUnit84Migration:risky' => true,
'@PHP81Migration' => true,
'@PHPUnit100Migration:risky' => true,
'ordered_imports' => true,
'declare_strict_types' => false,
'native_function_invocation' => ['include' => ['@all']],
Expand Down

0 comments on commit a7d8c01

Please sign in to comment.