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 {