wip
This commit is contained in:
parent
8ebf229d62
commit
2bdd5f9ac2
7 changed files with 158 additions and 14 deletions
4
ecs.php
4
ecs.php
|
@ -13,5 +13,7 @@ return ECSConfig::configure()
|
|||
__DIR__ . '/tests',
|
||||
])
|
||||
->withRootFiles()
|
||||
->withRules([FinalClassFixer::class])
|
||||
->withRules([
|
||||
FinalClassFixer::class,
|
||||
])
|
||||
->withSets([LubiSetList::ECS]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue