We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f7a45 commit c872f60Copy full SHA for c872f60
src/Google/Client.php
@@ -327,7 +327,7 @@ public function createAuthUrl($scope = null)
327
*
328
* @param GuzzleHttp\ClientInterface $http the http client object.
329
* @param GuzzleHttp\ClientInterface $authHttp an http client for authentication.
330
- * @return void
+ * @return GuzzleHttp\ClientInterface the http client object
331
*/
332
public function authorize(ClientInterface $http = null, ClientInterface $authHttp = null)
333
{
0 commit comments