@@ -29,7 +29,7 @@ |
||
| 29 | 29 | public function getConfig($key = null, $default = null); |
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | - * @return iterable<BlockStartParserInterface> |
|
| 32 | + * @return \ArrayIterator|null |
|
| 33 | 33 | */ |
| 34 | 34 | public function getBlockStartParsers(): iterable; |
| 35 | 35 | |
@@ -309,7 +309,7 @@ |
||
| 309 | 309 | } |
| 310 | 310 | |
| 311 | 311 | /** |
| 312 | - * @param int|null $offset |
|
| 312 | + * @param integer $offset |
|
| 313 | 313 | * |
| 314 | 314 | * @return array<int, BlockContinueParserInterface> |
| 315 | 315 | */ |