@@ -26,7 +26,7 @@ |
||
| 26 | 26 | * @param ElementRendererInterface $htmlRenderer |
| 27 | 27 | * @param bool $inTightList |
| 28 | 28 | * |
| 29 | - * @return string |
|
| 29 | + * @return HtmlElement |
|
| 30 | 30 | */ |
| 31 | 31 | public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, $inTightList = false) |
| 32 | 32 | { |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | public function getConfig($key = null, $default = null); |
| 33 | 33 | |
| 34 | 34 | /** |
| 35 | - * @return \Traversable<BlockParserInterface> |
|
| 35 | + * @return \ArrayIterator|null |
|
| 36 | 36 | */ |
| 37 | 37 | public function getBlockParsers(); |
| 38 | 38 | |
@@ -44,12 +44,12 @@ discard block |
||
| 44 | 44 | public function getInlineParsersForCharacter($character); |
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | - * @return \Traversable<InlineProcessorInterface> |
|
| 47 | + * @return \ArrayIterator|null |
|
| 48 | 48 | */ |
| 49 | 49 | public function getInlineProcessors(); |
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | - * @return \Traversable<DocumentProcessorInterface> |
|
| 52 | + * @return \ArrayIterator|null |
|
| 53 | 53 | */ |
| 54 | 54 | public function getDocumentProcessors(); |
| 55 | 55 | |