From 458d1bd9f9a1d43d0751427635f12b977237e534 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 13 Mar 2025 14:06:21 -0400 Subject: [PATCH] Remove unnecessary exception documentation from verifySignature method to enhance clarity. --- 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 4e9ef07..5acf4ec 100644 --- a/src/Socialbox/Objects/ClientRequest.php +++ b/src/Socialbox/Objects/ClientRequest.php @@ -244,7 +244,6 @@ * @param string $decryptedContent The decrypted content to verify the signature against. * @return bool True if the signature is valid, false otherwise. * @throws DatabaseOperationException Thrown if an error occurs while retrieving the client's public signing key. - * @throws StandardRpcException Thrown if the session UUID is invalid. */ private function verifySignature(string $decryptedContent): bool {