WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
vendor
/
spip-league
/
composer-installer
/
Name
Action
..
.php-cs-fixer.dist.php
Edit
CHANGELOG.md
Edit
LICENSE
Edit
README.md
Edit
composer.json
Edit
docs
ecs.php
Edit
rector.php
Edit
src
Editing: ecs.php
<?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() ;