We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74edbec commit b3b3a51Copy full SHA for b3b3a51
config/rector.php
@@ -13,7 +13,7 @@
13
__DIR__ . '/../tests',
14
]
15
)
16
- ->withSets([SetList::PHP_70])
+ ->withSets([SetList::PHP_71])
17
->withRules(
18
[
19
// AddVoidReturnTypeWhereNoReturnRector::class,
0 commit comments