Skip to content

Commit

Permalink
extend PHP CS Fixer to use PHP70Migration
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Nov 22, 2023
1 parent d372339 commit 859e1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
->setRules([
'@PhpCsFixer' => true,
'@PhpCsFixer:risky' => true,
'@PHP70Migration' => true,
'yoda_style' => [
'equal' => false,
'identical' => false,
Expand Down

0 comments on commit 859e1bc

Please sign in to comment.