@@ -30,7 +30,6 @@ |
||
30 | 30 | private $transactionBackup = []; |
31 | 31 | |
32 | 32 | /** |
33 | - * @param string $identifier |
|
34 | 33 | * |
35 | 34 | * @throws NoEventsForIdentifierException |
36 | 35 | * |
@@ -144,8 +144,8 @@ |
||
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 | { |
@@ -4,7 +4,6 @@ |
||
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; |