Skip to content

ECSConfig

github-actions edited this page Apr 9, 2026 · 1 revision

Provides the default ECS configuration.

Consumers can use this as a starting point and extend it:

$config = \FastForward\DevTools\Config\ECSConfig::configure(); $config->withRules([CustomRule::class]); $config->withConfiguredRule(PhpdocAlignFixer::class, ['align' => 'right']); return $config;


  • Full name: \FastForward\DevTools\Config\ECSConfig
  • This class is marked as final and can't be subclassed
  • This class is a Final class

See Also:

Methods

configure

Creates the default ECS configuration.

public static configure(): \Symplify\EasyCodingStandard\Configuration\ECSConfigBuilder
  • This method is static. Return Value:

the configured ECS configuration builder


Clone this wiki locally