ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilias_9.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
11 
12 return static function (RectorConfig $rectorConfig): void {
13  $rectorConfig->disableParallel();
14  $rectorConfig->phpVersion(PhpVersion::PHP_80);
15  $rectorConfig->sets([
16  SetList::PHP_80,
17  SetList::PHP_81,
18  SetList::PHP_82,
19  LevelSetList::UP_TO_PHP_82,
20  DowngradeLevelSetList::DOWN_TO_PHP_80,
21  ]);
22 };