@@ -15,8 +15,8 @@ |
||
| 15 | 15 | namespace League\CommonMark\Extension\Footnote\Parser; |
| 16 | 16 | |
| 17 | 17 | use League\CommonMark\Extension\Footnote\Node\FootnoteRef; |
| 18 | -use League\CommonMark\Parser\Inline\InlineParserInterface; |
|
| 19 | 18 | use League\CommonMark\Parser\InlineParserContext; |
| 19 | +use League\CommonMark\Parser\Inline\InlineParserInterface; |
|
| 20 | 20 | use League\CommonMark\Reference\Reference; |
| 21 | 21 | |
| 22 | 22 | final class AnonymousFootnoteRefParser implements InlineParserInterface |
@@ -15,8 +15,8 @@ |
||
| 15 | 15 | namespace League\CommonMark\Extension\Footnote\Parser; |
| 16 | 16 | |
| 17 | 17 | use League\CommonMark\Extension\Footnote\Node\FootnoteRef; |
| 18 | -use League\CommonMark\Parser\Inline\InlineParserInterface; |
|
| 19 | 18 | use League\CommonMark\Parser\InlineParserContext; |
| 19 | +use League\CommonMark\Parser\Inline\InlineParserInterface; |
|
| 20 | 20 | use League\CommonMark\Reference\Reference; |
| 21 | 21 | |
| 22 | 22 | final class FootnoteRefParser implements InlineParserInterface |