paths([ __DIR__ . '/lam/help', __DIR__ . '/lam/lib', __DIR__ . '/lam/templates', __DIR__ . '/lam/tests', ]); //$rectorConfig->fileExtensions(['php', 'inc']); $rectorConfig->skip([ __DIR__ . '/lam/lib/3rdParty', ]); $rectorConfig->sets([ SetList::DEAD_CODE, LevelSetList::UP_TO_PHP_80 ]); };