File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2121use Symplify \CodingStandard \TokenRunner \Analyzer \FixerAnalyzer \BlockFinder ;
2222use Symplify \CodingStandard \TokenRunner \Transformer \FixerTransformer \LineLengthTransformer ;
2323use Symplify \CodingStandard \TokenRunner \ValueObject \BlockInfo ;
24- use Symplify \RuleDocGenerator \Contract \ConfigurableRuleInterface ;
2524
2625/**
2726 * @see \Symplify\CodingStandard\Tests\Fixer\LineLength\LineLengthFixer\LineLengthFixerTest
2827 * @see \Symplify\CodingStandard\Tests\Fixer\LineLength\LineLengthFixer\ConfiguredLineLengthFixerTest
2928 */
30- final class LineLengthFixer extends AbstractSymplifyFixer implements ConfigurableRuleInterface, ConfigurableFixerInterface
29+ final class LineLengthFixer extends AbstractSymplifyFixer implements ConfigurableFixerInterface
3130{
3231 /**
3332 * @api
You can’t perform that action at this time.
0 commit comments