Skip to content

Commit baab7d3

Browse files
author
Xavier Marchegay
committed
#4 - Correct typo in PHP CS Fixer rule from @PHP82Migration to @PHP8x2Migration
1 parent ff50c9a commit baab7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

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

0 commit comments

Comments
 (0)