Completed
Push — master ( 9b1075...1e90bb )
by Colin
02:19
created
src/InlineMentionParser.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 namespace League\CommonMark\Ext\Autolink;
13 13
 
14 14
 use League\CommonMark\Extension\Autolink\InlineMentionParser as CoreParser;
15
-use League\CommonMark\Inline\Parser\InlineParserInterface;
16 15
 use League\CommonMark\InlineParserContext;
16
+use League\CommonMark\Inline\Parser\InlineParserInterface;
17 17
 
18 18
 /**
19 19
  * @deprecated The league/commonmark-ext-autolink extension is now deprecated. All functionality has been moved into league/commonmark 1.3+, so use that instead.
Please login to merge, or discard this patch.