| @@ -112,7 +112,7 @@ discard block | ||
| 112 | 112 | } | 
| 113 | 113 | |
| 114 | 114 | /** | 
| 115 | - * @param string|string[] $characters | |
| 115 | + * @param string[] $characters | |
| 116 | 116 | * | 
| 117 | 117 | * @return DelimiterInterface|null | 
| 118 | 118 | */ | 
| @@ -133,6 +133,9 @@ discard block | ||
| 133 | 133 | return $opener; | 
| 134 | 134 | } | 
| 135 | 135 | |
| 136 | + /** | |
| 137 | + * @param DelimiterInterface|null $stackBottom | |
| 138 | + */ | |
| 136 | 139 | public function processDelimiters(?DelimiterInterface $stackBottom, DelimiterProcessorCollection $processors) | 
| 137 | 140 |      { | 
| 138 | 141 | $openersBottom = []; | 
| @@ -33,7 +33,7 @@ | ||
| 33 | 33 | public function getConfig($key = null, $default = null); | 
| 34 | 34 | |
| 35 | 35 | /** | 
| 36 | - * @return iterable<BlockParserInterface> | |
| 36 | + * @return \ArrayIterator|null | |
| 37 | 37 | */ | 
| 38 | 38 | public function getBlockParsers(): iterable; | 
| 39 | 39 | |