Skip to content

Commit 428a2eb

Browse files
authored
[FOLLOWUP] Use the PHP 7.2 language level for Rector (#776)
Followup to #771
1 parent 3eb42ce commit 428a2eb

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
@@ -18,7 +18,7 @@
1818
->withSets([
1919
// Rector sets
2020

21-
LevelSetList::UP_TO_PHP_73,
21+
LevelSetList::UP_TO_PHP_72,
2222

2323
// SetList::CODE_QUALITY,
2424
// SetList::CODING_STYLE,

0 commit comments

Comments
 (0)