@@ -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 | |