From adb06d139385f7a7cad975374f7e5b4293f86dc9 Mon Sep 17 00:00:00 2001 From: Vitaliy Ryaboy Date: Tue, 13 Feb 2018 14:42:15 +0100 Subject: [PATCH] Update Client.php add phpdoc for send method --- lib/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Client.php b/lib/Client.php index 6d31c98..8fa1d69 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -23,6 +23,7 @@ * @method Response delete($body = null, $query = null, $headers = null) * * @method Client version($value) + * @method Client|Response send() */ class Client {