Skip to content

v0.8.5

@temafey temafey tagged this 23 Apr 01:39
Doctrine\DBAL\DBALException was removed in DBAL 3.x in favour of
Doctrine\DBAL\Exception. DBALSnapshotStore.php already used the correct
import but DBALEventStoreException had the old class in its type hint,
causing TypeError at runtime when DriverException (a subclass of
Doctrine\DBAL\Exception) was passed to create().
Assets 2
Loading