Skip to content

Commit fc031b4

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 55b1ddb commit fc031b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/rector.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
__DIR__ . '/../tests',
1313
]
1414
)
15-
// uncomment to reach your current PHP version
16-
// ->withPhpSets()
15+
->withPhpSets()
1716
->withRules(
1817
[
1918
// AddVoidReturnTypeWhereNoReturnRector::class,

0 commit comments

Comments
 (0)