File "ecs.php"
Full path: /home/argothem/www/organecyberpresse/vendor/spip-league/composer-installer/ecs.php
File size: 301 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
use SpipLeague\EasyCodingStandard\Set\SetList;
use Symplify\EasyCodingStandard\Config\ECSConfig;
return ECSConfig::configure()
->withSets([SetList::SPIP_LEAGUE])
->withPaths([__DIR__ . '/src', __DIR__ . '/tests'])
->withRootFiles()
->withParallel()
;