Skip to content

Commit be1b320

Browse files
committed
Update PHP-CS-Fixer rules
1 parent 6caafd6 commit be1b320

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
@@ -20,9 +20,9 @@
2020
'@Symfony' => true,
2121
'@Symfony:risky' => true,
2222
'@DoctrineAnnotation' => true,
23-
'@PHP81Migration' => true,
24-
'@PHP80Migration:risky' => true,
25-
'@PHPUnit100Migration:risky' => true,
23+
'@PHP8x1Migration' => true,
24+
'@PHP8x1Migration:risky' => true,
25+
'@PHPUnit10x0Migration:risky' => true,
2626
'array_syntax' => ['syntax' => 'short'],
2727
'fopen_flags' => true,
2828
'header_comment' => ['header' => $fileHeaderComment, 'separate' => 'both'],

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"require-dev": {
2626
"doctrine/orm": "*",
27-
"friendsofphp/php-cs-fixer": "^3.0",
27+
"friendsofphp/php-cs-fixer": "^3.88",
2828
"phpstan/phpstan": "^2.0",
2929
"phpunit/phpunit": "^10.0",
3030
"symfony/cache": "*"

0 commit comments

Comments
 (0)