Skip to content

Commit

Permalink
71
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 3, 2024
1 parent aeab30d commit 6a0b666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
->setRules([
'@PhpCsFixer' => true,
'@PhpCsFixer:risky' => true,
'@PHP74Migration' => true,
'@PHP74Migration:risky' => true,
'@PHP71Migration' => true,
'@PHP71Migration:risky' => true,

// required by PSR-12
'concat_space' => [
Expand Down

0 comments on commit 6a0b666

Please sign in to comment.