Skip to content

Commit cf5975a

Browse files
holtkampbshaffer
authored andcommitted
Remove references to Google_Config (#1029)
to prevent confusion
1 parent 98c73dc commit cf5975a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Google/Client.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Google_Client
6666
private $token;
6767

6868
/**
69-
* @var Google_Config $config
69+
* @var array $config
7070
*/
7171
private $config;
7272

@@ -87,9 +87,9 @@ class Google_Client
8787
/**
8888
* Construct the Google Client.
8989
*
90-
* @param $config Google_Config or string for the ini file to load
90+
* @param array $config
9191
*/
92-
public function __construct($config = array())
92+
public function __construct(array $config = array())
9393
{
9494
$this->config = array_merge(
9595
[

0 commit comments

Comments
 (0)