From 3bb5f2788eb3bf9d68e62031c0d2989dd4500600 Mon Sep 17 00:00:00 2001 From: netkas Date: Wed, 22 Jan 2025 15:36:01 -0500 Subject: [PATCH] Updated PhpDocs --- src/Socialbox/Socialbox.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Socialbox/Socialbox.php b/src/Socialbox/Socialbox.php index 3d68ab5..133665d 100644 --- a/src/Socialbox/Socialbox.php +++ b/src/Socialbox/Socialbox.php @@ -41,9 +41,6 @@ * missing or invalid request types. * * @return void - * @throws CryptographyException - * @throws DatabaseOperationException - * @throws ResolutionException */ public static function handleRequest(): void { @@ -765,6 +762,7 @@ * * @param PeerAddress|string $peerAddress The external peer address or string identifier to be resolved. * @return Peer The resolved external peer after synchronization. + * @throws StandardException Thrown if there was an error with the resolution process */ public static function resolvePeer(PeerAddress|string $peerAddress): Peer {