@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | public function getConfig(?string $key = null, $default = null); |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @return iterable<BlockStartParserInterface> |
|
| 33 | + * @return \Traversable |
|
| 34 | 34 | */ |
| 35 | 35 | public function getBlockStartParsers(): iterable; |
| 36 | 36 | |
@@ -55,6 +55,7 @@ discard block |
||
| 55 | 55 | |
| 56 | 56 | /** |
| 57 | 57 | * Dispatches the given event to listeners |
| 58 | + * @return void |
|
| 58 | 59 | */ |
| 59 | 60 | public function dispatch(AbstractEvent $event): void; |
| 60 | 61 | } |