Skip to content

Commit b3b3a51

Browse files
authored
[TASK] rector: add php71 rule set (#550)
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent 74edbec commit b3b3a51

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+
->withSets([SetList::PHP_71])
1717
->withRules(
1818
[
1919
// AddVoidReturnTypeWhereNoReturnRector::class,

0 commit comments

Comments
 (0)