Completed
Pull Request — master (#20)
by David
72:29 queued 07:22
created
src/EventStore/DBALEventStore/DBALEventStore.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -144,9 +144,8 @@
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @param string $entityIdentifier
148 147
      * @param  $event
149
-     * @param int $version
148
+     * @param string $key
150 149
      */
151 150
     private function persistEvent($key, $event)
152 151
     {
Please login to merge, or discard this patch.
src/EventStore/InMemoryEventStore/InMemoryEventStore.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
     private $transactionBackup = [];
31 31
 
32 32
     /**
33
-     * @param string $identifier
34 33
      *
35 34
      * @throws NoEventsForIdentifierException
36 35
      *
Please login to merge, or discard this patch.