Completed
Push — master ( 5678fc...0141b8 )
by Ivannis Suárez
02:34
created
EventSourcedAggregateRoot.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
128 128
 
129 129
     /**
130 130
      * {@inheritdoc}
131
+     * @return Version
131 132
      */
132 133
     public function version()
133 134
     {
Please login to merge, or discard this patch.
Tests/Units/Migrations/MigratorWithSnapshotTests.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.