| Current Path : /var/www/www.indacotrentino.com/www/vendor/rector/rector/vendor/rector/rector-doctrine/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/rector/rector/vendor/rector/rector-doctrine/easy-ci.php |
<?php
declare (strict_types=1);
namespace RectorPrefix202304;
use Rector\Doctrine\Rector\Class_\ClassAnnotationToNamedArgumentConstructorRector;
use Rector\Doctrine\Rector\MethodCall\ChangeSetParametersArrayToArrayCollectionRector;
use Rector\Doctrine\Rector\MethodCall\EntityAliasToClassConstantReferenceRector;
use Rector\Doctrine\Rector\Property\DoctrineTargetEntityStringToClassConstantRector;
use RectorPrefix202304\Symplify\EasyCI\Config\EasyCIConfig;
return static function (EasyCIConfig $easyCIConfig) : void {
$easyCIConfig->paths([__DIR__ . '/config', __DIR__ . '/src']);
$easyCIConfig->typesToSkip([\Rector\Core\Contract\Rector\RectorInterface::class]);
};