| Current Path : /var/www/www.indacotrentino.com/www/vendor/rector/rector/vendor/symplify/easy-parallel/ |
| Current File : /var/www/www.indacotrentino.com/www/vendor/rector/rector/vendor/symplify/easy-parallel/ecs.php |
<?php
declare (strict_types=1);
namespace RectorPrefix202304;
use RectorPrefix202304\Symplify\EasyCodingStandard\Config\ECSConfig;
use RectorPrefix202304\Symplify\EasyCodingStandard\ValueObject\Set\SetList;
return static function (ECSConfig $ecsConfig) : void {
$ecsConfig->paths([__DIR__ . '/config', __DIR__ . '/ecs.php', __DIR__ . '/rector.php', __DIR__ . '/easy-ci.php', __DIR__ . '/src', __DIR__ . '/tests']);
$ecsConfig->sets([SetList::COMMON, SetList::PSR_12]);
};