Remove redundant exception docblock
This commit is contained in:
parent
624b1f45b6
commit
8e66b1dba3
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ class CreateSession extends Method
|
||||||
* @param ClientRequest $request The client request object.
|
* @param ClientRequest $request The client request object.
|
||||||
* @param RpcRequest $rpcRequest The RPC request containing parameters for execution.
|
* @param RpcRequest $rpcRequest The RPC request containing parameters for execution.
|
||||||
* @return SerializableInterface|null Returns a response with the session UUID or an error.
|
* @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
|
public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue