diff --git a/src/Appwrite/Event/Audit.php b/src/Appwrite/Event/Audit.php index ad90e7cfa4..b2d34424ea 100644 --- a/src/Appwrite/Event/Audit.php +++ b/src/Appwrite/Event/Audit.php @@ -88,7 +88,7 @@ class Audit extends Event /** * Set IP for this audit event. * - * @param string $userAgent + * @param string $ip * @return self */ public function setIP(string $ip): self