From 4e22a8bacd8d9e5127ffb3151425341aa0b424f2 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 30 Jan 2025 12:42:02 -0500 Subject: [PATCH] Updated PhpDoc --- src/Socialbox/Managers/ContactManager.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Socialbox/Managers/ContactManager.php b/src/Socialbox/Managers/ContactManager.php index 39339dc..c8ad1a0 100644 --- a/src/Socialbox/Managers/ContactManager.php +++ b/src/Socialbox/Managers/ContactManager.php @@ -19,6 +19,7 @@ * @param string $peerUuid The unique identifier of the peer. * @param string|PeerAddress $contactAddress The contact's address, either as a string or a PeerAddress instance. * @return bool Returns true if the contact exists in the database; otherwise, returns false. + * @throws DatabaseOperationException If the operation fails. */ public static function isContact(string $peerUuid, string|PeerAddress $contactAddress): bool {