public function rollback() : void { $index = array_pop($this->savePoints); assert($index !== null); $this->index = $index; }