@@ -12,6 +12,7 @@ discard block |
||
| 12 | 12 | /** |
| 13 | 13 | * @param string $key |
| 14 | 14 | * @param array $events |
| 15 | + * @return void |
|
| 15 | 16 | */ |
| 16 | 17 | public function store($key, array $events); |
| 17 | 18 | |
@@ -29,12 +30,14 @@ discard block |
||
| 29 | 30 | |
| 30 | 31 | /** |
| 31 | 32 | * @param EventSubscriber $eventSubscriber |
| 33 | + * @return void |
|
| 32 | 34 | */ |
| 33 | 35 | public function registerEventSubscriber($eventSubscriber); |
| 34 | 36 | |
| 35 | 37 | /** |
| 36 | 38 | * @param int $eventHook |
| 37 | 39 | * @param object $event |
| 40 | + * @return void |
|
| 38 | 41 | */ |
| 39 | 42 | public function publish($eventHook, $event); |
| 40 | 43 | } |