Completed
Pull Request — master (#20)
by David
10:52 queued 08:17
created
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.
src/EventStore/DBALEventStore/DBALEventStore.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,8 +144,8 @@
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @param string $entityIdentifier
148 147
      * @param object $event
148
+     * @param string $key
149 149
      */
150 150
     private function persistEvent($key, $event)
151 151
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\DBAL\Connection;
6 6
 use Doctrine\DBAL\DriverManager;
7
-use Doctrine\DBAL\Schema\Table;
8 7
 use Rawkode\Eidetic\EventStore\InvalidEventException;
9 8
 use Rawkode\Eidetic\EventStore\EventStore;
10 9
 use Rawkode\Eidetic\EventStore\NoEventsFoundForKeyException;
Please login to merge, or discard this patch.