@@ -17,8 +17,8 @@ |
||
| 17 | 17 | use League\CommonMark\Extension\CommonMark\Node\Block\ListData; |
| 18 | 18 | use League\CommonMark\Parser\Block\BlockParserFactoryInterface; |
| 19 | 19 | use League\CommonMark\Parser\Block\BlockStart; |
| 20 | -use League\CommonMark\Parser\MarkdownParserStateInterface; |
|
| 21 | 20 | use League\CommonMark\Parser\Cursor; |
| 21 | +use League\CommonMark\Parser\MarkdownParserStateInterface; |
|
| 22 | 22 | use League\CommonMark\Util\RegexHelper; |
| 23 | 23 | |
| 24 | 24 | final class ListBlockParserFactory implements BlockParserFactoryInterface, ConfigurationAwareInterface |
@@ -17,8 +17,8 @@ |
||
| 17 | 17 | |
| 18 | 18 | use League\CommonMark\Parser\Block\BlockParserFactoryInterface; |
| 19 | 19 | use League\CommonMark\Parser\Block\BlockStart; |
| 20 | -use League\CommonMark\Parser\MarkdownParserStateInterface; |
|
| 21 | 20 | use League\CommonMark\Parser\Cursor; |
| 21 | +use League\CommonMark\Parser\MarkdownParserStateInterface; |
|
| 22 | 22 | |
| 23 | 23 | final class TableParserFactory implements BlockParserFactoryInterface |
| 24 | 24 | { |
@@ -284,7 +284,7 @@ |
||
| 284 | 284 | } |
| 285 | 285 | |
| 286 | 286 | /** |
| 287 | - * @param int|null $offset |
|
| 287 | + * @param integer $offset |
|
| 288 | 288 | * |
| 289 | 289 | * @return array<int, BlockParserInterface> |
| 290 | 290 | */ |
@@ -24,8 +24,8 @@ |
||
| 24 | 24 | use League\CommonMark\Parser\Block\BlockParserInterface; |
| 25 | 25 | use League\CommonMark\Parser\Block\BlockStart; |
| 26 | 26 | use League\CommonMark\Parser\Block\DocumentBlockParser; |
| 27 | -use League\CommonMark\Parser\MarkdownParserState; |
|
| 28 | 27 | use League\CommonMark\Parser\Block\ParagraphParser; |
| 28 | +use League\CommonMark\Parser\MarkdownParserState; |
|
| 29 | 29 | use League\CommonMark\Reference\ReferenceInterface; |
| 30 | 30 | use League\CommonMark\Reference\ReferenceMap; |
| 31 | 31 | use League\CommonMark\Util\RegexHelper; |