rector/vendor/symplify/easy-parallel/ecs.php
Tomas Votruba e79510ae2b Updated Rector to commit 0d55791128825909273d0cdd9743470236748d75
0d55791128 Fix downgrade build: exclude vendor/symplify/easy-parallel/ecs.php on parallel lint (#5584)
2024-02-08 04:24:11 +00:00

8 lines
300 B
PHP

<?php
declare (strict_types=1);
namespace RectorPrefix202402;
use RectorPrefix202402\Symplify\EasyCodingStandard\Config\ECSConfig;
return ECSConfig::configure()->withPaths([__DIR__ . '/config', __DIR__ . '/src', __DIR__ . '/tests'])->withRootFiles()->withPreparedSets(common: \true, psr12: \true);