Skip to content

Commit

Permalink
upgrade fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed May 1, 2022
1 parent afe9fc1 commit 11605c0
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 @@ -11,7 +11,7 @@
'@Symfony' => true,
'@Symfony:risky' => true,
'@PHP71Migration:risky' => true,
'@PHPUnit75Migration:risky' => true,
'@PHPUnit84Migration:risky' => true,
'ordered_imports' => true,
'declare_strict_types' => false,
'native_function_invocation' => ['include' => ['@all']],
Expand Down

0 comments on commit 11605c0

Please sign in to comment.