Remove unnecessary exception documentation from verifySignature method to enhance clarity.

This commit is contained in:
netkas 2025-03-13 14:06:21 -04:00
parent e723528eb8
commit 458d1bd9f9
Signed by: netkas
GPG key ID: 4D8629441B76E4CC

View file

@ -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
{