File "rector.php"

Full Path: /home/spiraleeea/www/spirale/plugins-dist/forum/rector.php
File size: 225 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;

return RectorConfig::configure()
	->withPaths([__DIR__])
	->withRootFiles()
	->withPhpSets(php74: true)
	->withSkip([__DIR__ . '/lang', __DIR__ . '/vendor']);