refactoring

This commit is contained in:
Roland Gruber 2024-01-19 19:39:55 +01:00
parent ff0b56b1eb
commit fd880eddcd
4 changed files with 8 additions and 3 deletions

View file

@ -12,11 +12,14 @@ return static function (RectorConfig $rectorConfig): void {
__DIR__ . '/lam/tests',
]);
//$rectorConfig->fileExtensions(['php', 'inc']);
$rectorConfig->skip([
__DIR__ . '/lam/lib/3rdParty',
]);
$rectorConfig->sets([
SetList::DEAD_CODE,
LevelSetList::UP_TO_PHP_80
]);
};