Completed
Branch master (ab4f14)
by Buton
06:33 queued 04:24
created
src/Event/EventInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,9 +13,10 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Event/Listener/EventListenerCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @return EventListenerInterface[]
31
+     * @return ArrayIterator
32 32
      */
33 33
     public function getIterator()
34 34
     {
Please login to merge, or discard this patch.