apiKey = $apiKey; } /** * Always returns null — no errors can occur in a no-op driver. * * @return string|null */ public function getLastError(): ?string { return null; } }