@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | /** |
103 | 103 | * @param EventStream $history |
104 | 104 | * |
105 | - * @return AggregateRootInterface |
|
105 | + * @return EventSourcedAggregateRootInterface |
|
106 | 106 | */ |
107 | 107 | public static function loadFromHistory(EventStream $history) |
108 | 108 | { |
@@ -128,6 +128,7 @@ discard block |
||
128 | 128 | |
129 | 129 | /** |
130 | 130 | * {@inheritdoc} |
131 | + * @return Version |
|
131 | 132 | */ |
132 | 133 | public function version() |
133 | 134 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | class MigratorWithSnapshotTests extends MigratorTests |
32 | 32 | { |
33 | 33 | /** |
34 | - * @return Migrator |
|
34 | + * @return MigratorWithSnapshot |
|
35 | 35 | */ |
36 | 36 | protected function createMigrator() |
37 | 37 | { |