Skip to content

Commit b179412

Browse files
committed
hint ide
1 parent 7c69458 commit b179412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Projection/PdoEventStoreReadModelProjector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public function __construct(
212212
$this->gapDetection = $gapDetection;
213213
$this->vendor = $this->connection->getAttribute(PDO::ATTR_DRIVER_NAME);
214214
while ($eventStore instanceof EventStoreDecorator) {
215+
/** @var EventStoreDecorator $eventStore */
215216
$eventStore = $eventStore->getInnerEventStore();
216217
}
217218

0 commit comments

Comments
 (0)