Remove unnecessary exception documentation from verifySignature method to enhance clarity.
This commit is contained in:
parent
e723528eb8
commit
458d1bd9f9
1 changed files with 0 additions and 1 deletions
|
@ -244,7 +244,6 @@
|
||||||
* @param string $decryptedContent The decrypted content to verify the signature against.
|
* @param string $decryptedContent The decrypted content to verify the signature against.
|
||||||
* @return bool True if the signature is valid, false otherwise.
|
* @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 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
|
private function verifySignature(string $decryptedContent): bool
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue