Updated PhpDoc

This commit is contained in:
netkas 2025-01-30 19:56:25 -05:00
parent caf3299039
commit 051ad11aba

View file

@ -16,6 +16,8 @@
class AddressBookGetContacts extends Method class AddressBookGetContacts extends Method
{ {
/** /**
* Returns the contacts in the address book.
*
* @inheritDoc * @inheritDoc
*/ */
public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface