Skip to content

Commit 76aee91

Browse files
committed
[TASK] rector: add php70 rule set
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent 55b1ddb commit 76aee91

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(php70: true)
1716
->withRules(
1817
[
1918
// AddVoidReturnTypeWhereNoReturnRector::class,

0 commit comments

Comments
 (0)