Skip to content

Commit f8c05da

Browse files
author
xmarchegay
committed
Update PHP-CS-Fixer rules to correct migration config names
1 parent 24e3123 commit f8c05da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
return (new PhpCsFixer\Config())
2626
->setRules([
27-
'@PHP82Migration' => true,
28-
'@PHPUnit75Migration:risky' => true,
27+
'@PHP8x2Migration' => true,
28+
'@PHPUnit7x5Migration:risky' => true,
2929
'@Symfony' => true,
3030
'@Symfony:risky' => true,
3131
'protected_to_private' => false,

0 commit comments

Comments
 (0)