Overrides TransactionManagerBase::processRootCommit
protected function processRootCommit() : void { if (!$this->connection ->getClientConnection() ->inTransaction()) { $this->voidClientTransaction(); return; } parent::processRootCommit(); }