Completed
Push — master ( 0b6d3a...3ff1a5 )
by Colin
31:14 queued 11s
created
src/Extension/Footnote/Parser/AnonymousFootnoteRefParser.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
 use League\CommonMark\Extension\Footnote\Node\FootnoteRef;
18 18
 use League\CommonMark\Normalizer\SlugNormalizer;
19 19
 use League\CommonMark\Normalizer\TextNormalizerInterface;
20
-use League\CommonMark\Parser\Inline\InlineParserInterface;
21 20
 use League\CommonMark\Parser\InlineParserContext;
21
+use League\CommonMark\Parser\Inline\InlineParserInterface;
22 22
 use League\CommonMark\Reference\Reference;
23 23
 
24 24
 final class AnonymousFootnoteRefParser implements InlineParserInterface
Please login to merge, or discard this patch.