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 {