Updated PhpDoc

This commit is contained in:
netkas 2025-01-30 19:56:12 -05:00
parent c3129f89d6
commit caf3299039

View file

@ -18,6 +18,8 @@
class AddressBookGetContact extends Method
{
/**
* Returns the contact information for the given peer address.
*
* @inheritDoc
*/
public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface