@@ -22,7 +22,7 @@ |
||
22 | 22 | * @param string $token The API token to use |
23 | 23 | * @param string $version The API version to use |
24 | 24 | * @param string $host The Host URL |
25 | - * @param string $client The Client instance that will handle the http request |
|
25 | + * @param Client $client The Client instance that will handle the http request |
|
26 | 26 | */ |
27 | 27 | public function __construct($token, $version = self::V1, $host = "www.googleapis.com", Client $client = null){ |
28 | 28 | $this->client = $client; |