| Current Path : /home/rtorresani/www/vendor/rector/rector/vendor/rector/rector-symfony/ |
| Current File : //home/rtorresani/www/vendor/rector/rector/vendor/rector/rector-symfony/easy-ci.php |
<?php
declare (strict_types=1);
namespace RectorPrefix202304;
use Rector\Core\Contract\Rector\RectorInterface;
use Rector\Set\Contract\SetListInterface;
use Rector\Symfony\Contract\Bridge\Symfony\Routing\SymfonyRoutesProviderInterface;
use RectorPrefix202304\Symplify\EasyCI\Config\EasyCIConfig;
return static function (EasyCIConfig $easyCIConfig) : void {
$easyCIConfig->paths([__DIR__ . '/config', __DIR__ . '/src']);
$easyCIConfig->typesToSkip([SymfonyRoutesProviderInterface::class, SetListInterface::class, RectorInterface::class]);
};