mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
docs: fix audit class phpdocs
This commit is contained in:
parent
4e79d5fb67
commit
54dd808232
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue