Skip to content

Commit c35a467

Browse files
committed
Update PHP-CS-Fixer rules
1 parent adce41f commit c35a467

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.php-cs-fixer.dist.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
'@Symfony' => true,
2020
'@Symfony:risky' => true,
2121
'@DoctrineAnnotation' => true,
22-
'@PHP74Migration' => true,
23-
'@PHP74Migration:risky' => true,
24-
'@PHPUnit84Migration:risky' => true,
22+
'@PHP7x4Migration' => true,
23+
'@PHP7x4Migration:risky' => true,
24+
'@PHPUnit9x1Migration:risky' => true,
2525
'array_syntax' => ['syntax' => 'short'],
2626
'fopen_flags' => true,
2727
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^7.4|^8.0"
2121
},
2222
"require-dev": {
23-
"friendsofphp/php-cs-fixer": "^3.0",
23+
"friendsofphp/php-cs-fixer": "^3.88",
2424
"phpstan/phpstan": "^1.9",
2525
"phpunit/phpunit": "^9.5"
2626
},

0 commit comments

Comments
 (0)