Slide 42
Slide 42 text
return ECSConfig::configure()
->withPreparedSets(
psr12: true,
symplify: true,
arrays: true,
comments: true,
docblocks: true,
spaces: true,
namespaces: true,
controlStructures: true,
phpunit: true,
strict: true,
cleanCode: true,
)
;
ecs.php
Configuration (2/3)