diff --git a/config/ecs.php b/config/ecs.php index 6e83916..28b4812 100644 --- a/config/ecs.php +++ b/config/ecs.php @@ -91,12 +91,6 @@ return ECSConfig::configure() 'withSpaces' => 'no', ] ) - ->withConfiguredRule( - LineLengthFixer::class, - [ - LineLengthFixer::INLINE_SHORT_LINES => false, - ] - ) ->withConfiguredRule( NoExtraBlankLinesFixer::class, [ @@ -112,4 +106,5 @@ return ECSConfig::configure() FunctionToConstantFixer::class, NewWithParenthesesFixer::class, NewWithBracesFixer::class, + LineLengthFixer::class, ]);