Added PhpDoc

This commit is contained in:
netkas 2025-01-30 00:26:01 -05:00
parent 9d8cf3b1a5
commit b8ef387bb2

View file

@ -18,6 +18,8 @@
class AddressBookAddContact extends Method
{
/**
* Adds a contact to the authenticated peer's address book
*
* @inheritDoc
*/
public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface