From ab4572f4830871ffa1c37cdf8a6eeffa3a4d4e3f Mon Sep 17 00:00:00 2001 From: Michael Roterman Date: Sat, 1 Mar 2014 20:41:12 +0100 Subject: [PATCH] Add the HttpClient to the phpdoc to provide auto-completion --- lib/Tmdb/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Tmdb/Client.php b/lib/Tmdb/Client.php index 0fa73452..a2be0d38 100644 --- a/lib/Tmdb/Client.php +++ b/lib/Tmdb/Client.php @@ -285,7 +285,7 @@ public function getCertificationsApi() } /** - * @return HttpClientInterface + * @return HttpClient|HttpClientInterface */ public function getHttpClient() {