From 54dd80823288b57ca0639bfe5922988f21953dd9 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 10 May 2022 14:28:06 +0200 Subject: [PATCH] docs: fix audit class phpdocs --- src/Appwrite/Event/Audit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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