Skip to content

Commit 03a5bb6

Browse files
committed
[TASK] rector: add php71 rule set
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent 7b04d63 commit 03a5bb6

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
@@ -12,7 +12,7 @@
1212
__DIR__ . '/../tests',
1313
]
1414
)
15-
->withPhpSets(php70: true)
15+
->withPhpSets(php71: true)
1616
->withRules(
1717
[
1818
// AddVoidReturnTypeWhereNoReturnRector::class,

0 commit comments

Comments
 (0)