Skip to content

Commit 55e7f21

Browse files
authored
[TASK] rector: set PHP rule-set to the same version as composer.json (#554)
This way rector always follows the minimal required version in composer.json. Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent b3b3a51 commit 55e7f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__DIR__ . '/../tests',
1414
]
1515
)
16-
->withSets([SetList::PHP_71])
16+
->withPhpSets()
1717
->withRules(
1818
[
1919
// AddVoidReturnTypeWhereNoReturnRector::class,

0 commit comments

Comments
 (0)