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 21
21
use Symplify \CodingStandard \TokenRunner \Analyzer \FixerAnalyzer \BlockFinder ;
22
22
use Symplify \CodingStandard \TokenRunner \Transformer \FixerTransformer \LineLengthTransformer ;
23
23
use Symplify \CodingStandard \TokenRunner \ValueObject \BlockInfo ;
24
- use Symplify \RuleDocGenerator \Contract \ConfigurableRuleInterface ;
25
24
26
25
/**
27
26
* @see \Symplify\CodingStandard\Tests\Fixer\LineLength\LineLengthFixer\LineLengthFixerTest
28
27
* @see \Symplify\CodingStandard\Tests\Fixer\LineLength\LineLengthFixer\ConfiguredLineLengthFixerTest
29
28
*/
30
- final class LineLengthFixer extends AbstractSymplifyFixer implements ConfigurableRuleInterface, ConfigurableFixerInterface
29
+ final class LineLengthFixer extends AbstractSymplifyFixer implements ConfigurableFixerInterface
31
30
{
32
31
/**
33
32
* @api
You can’t perform that action at this time.
0 commit comments