Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Google/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public function createAuthUrl($scope = null)
*
* @param GuzzleHttp\ClientInterface $http the http client object.
* @param GuzzleHttp\ClientInterface $authHttp an http client for authentication.
* @return void
* @return GuzzleHttp\ClientInterface the http client object
*/
public function authorize(ClientInterface $http = null, ClientInterface $authHttp = null)
{
Expand Down