From 7d63b6411deb336eb6629aae8dffd93a7e62cab5 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 3 Mar 2025 04:26:37 -0500 Subject: [PATCH] Remove unnecessary exception documentation from isExternal method --- src/Socialbox/Objects/ClientRequest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Socialbox/Objects/ClientRequest.php b/src/Socialbox/Objects/ClientRequest.php index 6f35306..4e9ef07 100644 --- a/src/Socialbox/Objects/ClientRequest.php +++ b/src/Socialbox/Objects/ClientRequest.php @@ -222,7 +222,6 @@ * * @return bool True if the request is external, false otherwise. * @throws DatabaseOperationException Thrown if an error occurs while retrieving the peer. - * @throws StandardRpcException Thrown if the session UUID is invalid. */ public function isExternal(): bool {