We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c69458 commit b179412Copy full SHA for b179412
src/Projection/PdoEventStoreReadModelProjector.php
@@ -212,6 +212,7 @@ public function __construct(
212
$this->gapDetection = $gapDetection;
213
$this->vendor = $this->connection->getAttribute(PDO::ATTR_DRIVER_NAME);
214
while ($eventStore instanceof EventStoreDecorator) {
215
+ /** @var EventStoreDecorator $eventStore */
216
$eventStore = $eventStore->getInnerEventStore();
217
}
218
0 commit comments