From a85534dfe6a38144298c3b62c6185d4ed1e2af44 Mon Sep 17 00:00:00 2001 From: netkas Date: Mon, 6 Jan 2025 01:44:16 -0500 Subject: [PATCH] Removed unused $e --- .../StandardMethods/VerificationPasswordAuthentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Socialbox/Classes/StandardMethods/VerificationPasswordAuthentication.php b/src/Socialbox/Classes/StandardMethods/VerificationPasswordAuthentication.php index 9954186..e5b0521 100644 --- a/src/Socialbox/Classes/StandardMethods/VerificationPasswordAuthentication.php +++ b/src/Socialbox/Classes/StandardMethods/VerificationPasswordAuthentication.php @@ -36,7 +36,7 @@ { return $rpcRequest->produceResponse(PasswordManager::verifyPassword($request->getPeer()->getUuid(), $rpcRequest->getParameter('password'))); } - catch (CryptographyException $e) + catch (CryptographyException) { return $rpcRequest->produceResponse(false); }