Skip to content

Commit 1b7ee1d

Browse files
fix: Use valid PHP-CS-Fixer migration ruleset
1 parent 1df3451 commit 1b7ee1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bbbeasy-backend/.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
$config
5151
->setRiskyAllowed(true)
5252
->setRules([
53-
'@PHP8x5Migration' => true,
53+
'@PHP84Migration' => true,
5454
'@PhpCsFixer' => true,
5555
'@PhpCsFixer:risky' => true,
5656
'general_phpdoc_annotation_remove' => ['annotations' => ['expectedDeprecation']], // one should use PHPUnit built-in method instead

0 commit comments

Comments
 (0)