@@ -13,9 +13,10 @@ |
||
13 | 13 | interface EventInterface |
14 | 14 | { |
15 | 15 | /** |
16 | - * @param mixed $aggregateRootId |
|
16 | + * @param integer $aggregateRootId |
|
17 | 17 | * |
18 | 18 | * @throws RuntimeException When setting an aggregate id where one already exists. |
19 | + * @return void |
|
19 | 20 | */ |
20 | 21 | public function setAggregateRootId($aggregateRootId); |
21 | 22 |
@@ -28,7 +28,7 @@ |
||
28 | 28 | } |
29 | 29 | |
30 | 30 | /** |
31 | - * @return EventListenerInterface[] |
|
31 | + * @return ArrayIterator |
|
32 | 32 | */ |
33 | 33 | public function getIterator() |
34 | 34 | { |