@@ -18,6 +18,9 @@ |
||
18 | 18 | |
19 | 19 | interface EventStore |
20 | 20 | { |
21 | + /** |
|
22 | + * @return void |
|
23 | + */ |
|
21 | 24 | public function appendTo(EventStream $events) : void; |
22 | 25 | |
23 | 26 | public function streamOfId(Id $aggregateId) : EventStream; |