Skip to content

Commit 0f1591e

Browse files
committed
remove missing class
1 parent 8e6a170 commit 0f1591e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Fixer/LineLength/LineLengthFixer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@
2121
use Symplify\CodingStandard\TokenRunner\Analyzer\FixerAnalyzer\BlockFinder;
2222
use Symplify\CodingStandard\TokenRunner\Transformer\FixerTransformer\LineLengthTransformer;
2323
use 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

0 commit comments

Comments
 (0)