avdeev-ms
Results
1
comments of
avdeev-ms
Setting LineLengthFixer in ecs config (no inline_short_lines, default line length: 120): ``` $services->set(LineLengthFixer::class)->call( 'configure', [ [ 'inline_short_lines' => false, ], ] ); ``` Run ecs on code example ``` class...