mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-07 16:29:51 +00:00
DX: set rector config: rules up to PHP74
This commit is contained in:
parent
459b91001f
commit
a68190f0c6
@ -21,7 +21,7 @@ return static function (RectorConfig $rectorConfig): void {
|
|||||||
|
|
||||||
//define sets of rules
|
//define sets of rules
|
||||||
$rectorConfig->sets([
|
$rectorConfig->sets([
|
||||||
LevelSetList::UP_TO_PHP_73
|
LevelSetList::UP_TO_PHP_74
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// skip some path...
|
// skip some path...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user