From 8e66b1dba3d46af7af6d3ca1beb688a43217049c Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 24 Sep 2024 15:00:29 -0400 Subject: [PATCH] Remove redundant exception docblock --- src/Socialbox/Classes/StandardMethods/CreateSession.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Socialbox/Classes/StandardMethods/CreateSession.php b/src/Socialbox/Classes/StandardMethods/CreateSession.php index 35fa556..7702cbc 100644 --- a/src/Socialbox/Classes/StandardMethods/CreateSession.php +++ b/src/Socialbox/Classes/StandardMethods/CreateSession.php @@ -20,7 +20,6 @@ class CreateSession extends Method * @param ClientRequest $request The client request object. * @param RpcRequest $rpcRequest The RPC request containing parameters for execution. * @return SerializableInterface|null Returns a response with the session UUID or an error. - * @throws StandardException Thrown if an error occurs during the session creation process. */ public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface {