Passed
Push — master ( 075b21...a5631d )
by Daniel
03:56
created
src/EventSourcing/EventStore/AbstractEventStore.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
     /**
116 116
      * @param string $streamId
117 117
      * @param DomainEvent[] $events
118
-     * @return array
118
+     * @return StoredEvent[]
119 119
      */
120 120
     private function storedEventsFromEvents($streamId, $events)
121 121
     {
Please login to merge, or discard this patch.
src/EventSourcing/Common/EventSourcedAggregateRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@
 block discarded – undo
145 145
     }
146 146
 
147 147
     /**
148
-     * @param object $aggregate
148
+     * @param EventSourcedAggregateRootInterface $aggregate
149 149
      * @return string
150 150
      * @throws \Exception
151 151
      */
Please login to merge, or discard this patch.