Skip to content

Commit e0901d5

Browse files
committed
Update PHP-CS-Fixer rules
1 parent 0d30d73 commit e0901d5

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-
'@PHP81Migration' => true,
23-
'@PHP80Migration:risky' => true,
24-
'@PHPUnit100Migration:risky' => true,
22+
'@PHP8x1Migration' => true,
23+
'@PHP8x1Migration:risky' => true,
24+
'@PHPUnit10x0Migration: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
@@ -33,7 +33,7 @@
3333
},
3434
"require-dev": {
3535
"dg/bypass-finals": "^1.6",
36-
"friendsofphp/php-cs-fixer": "^3.0",
36+
"friendsofphp/php-cs-fixer": "^3.88",
3737
"phpstan/phpstan": "^2.0",
3838
"phpstan/phpstan-deprecation-rules": "^2.0",
3939
"phpstan/extension-installer": "^1.3",

0 commit comments

Comments
 (0)