File "rector.php"
Full Path: /home/spiraleeea/www/spirale/plugins-dist/mediabox/rector.php
File size: 243 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', __DIR__ . '/lib']);