@@ -70,7 +70,7 @@  | 
                                                    ||
| 70 | 70 | }  | 
                                                        
| 71 | 71 | |
| 72 | 72 | /**  | 
                                                        
| 73 | - * @return AbstractBlock|null  | 
                                                        |
| 73 | + * @return Node|null  | 
                                                        |
| 74 | 74 | */  | 
                                                        
| 75 | 75 | public function parent()  | 
                                                        
| 76 | 76 |      { | 
                                                        
@@ -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 |      { | 
                                                        
@@ -95,7 +95,7 @@ discard block  | 
                                                    ||
| 95 | 95 | }  | 
                                                        
| 96 | 96 | |
| 97 | 97 | /**  | 
                                                        
| 98 | - * @param string|string[] $characters  | 
                                                        |
| 98 | + * @param string[] $characters  | 
                                                        |
| 99 | 99 | *  | 
                                                        
| 100 | 100 | * @return Delimiter|null  | 
                                                        
| 101 | 101 | */  | 
                                                        
@@ -117,7 +117,7 @@ discard block  | 
                                                    ||
| 117 | 117 | }  | 
                                                        
| 118 | 118 | |
| 119 | 119 | /**  | 
                                                        
| 120 | - * @param string|string[] $characters  | 
                                                        |
| 120 | + * @param string[] $characters  | 
                                                        |
| 121 | 121 | * @param callable $callback  | 
                                                        
| 122 | 122 | * @param Delimiter $stackBottom  | 
                                                        
| 123 | 123 | */  | 
                                                        
@@ -53,7 +53,7 @@  | 
                                                    ||
| 53 | 53 | }  | 
                                                        
| 54 | 54 | |
| 55 | 55 | /**  | 
                                                        
| 56 | - * @return InlineProcessor\InlineProcessorInterface[]  | 
                                                        |
| 56 | + * @return InlineProcessor\QuoteProcessor[]  | 
                                                        |
| 57 | 57 | */  | 
                                                        
| 58 | 58 | public function getInlineProcessors()  | 
                                                        
| 59 | 59 |      { | 
                                                        
@@ -15,7 +15,7 @@  | 
                                                    ||
| 15 | 15 | |
| 16 | 16 | |
| 17 | 17 | /**  | 
                                                        
| 18 | - * @return DocumentProcessorInterface[]  | 
                                                        |
| 18 | + * @return TwitterEmbedProcessor[]  | 
                                                        |
| 19 | 19 | */  | 
                                                        
| 20 | 20 | public function getDocumentProcessors()  | 
                                                        
| 21 | 21 |      { |