ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
ilias_9.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
use
Rector\Config\RectorConfig
;
6
use
Rector\Core\ValueObject\PhpVersion
;
7
use
Rector\Set\ValueObject\SetList
;
8
use
Rector\Set\ValueObject\LevelSetList
;
9
use
Rector\Set\ValueObject\DowngradeLevelSetList
;
10
use
Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector
;
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
};
DowngradeLevelSetList
RectorConfig
SetList
PhpVersion
LevelSetList
ClosureToArrowFunctionRector
CI
Rector
ilias_9.php
Generated on Wed Sep 10 2025 14:10:28 for ILIAS by
1.8.13 (using
Doxyfile
)