Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
Vlkn
/
plugins-dist
/
dump
:
ecs.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php use SpipLeague\EasyCodingStandard\Set\SetList; use Symplify\EasyCodingStandard\Config\ECSConfig; return ECSConfig::configure() ->withSets([SetList::SPIP]) ->withPaths([__DIR__]) ->withRootFiles() ->withSkip([__DIR__ . '/lang', __DIR__ . '/vendor', __DIR__ . '/tests']) ;