Skip to content

Commit a359d6d

Browse files
committed
[TASK] rector: set PHP rule-set to the same version as composer.json
This way rector always follows the minimal required version in composer.json. Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent 74edbec commit a359d6d

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_70])
16+
->withPhpSets()
1717
->withRules(
1818
[
1919
// AddVoidReturnTypeWhereNoReturnRector::class,

0 commit comments

Comments
 (0)