Skip to content

Commit 4b30a6e

Browse files
committed
Fix reference to Google_IO_Abstract (wrong case)
1 parent 670f89b commit 4b30a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Google/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ public function setAuth(Google_Auth_Abstract $auth)
195195

196196
/**
197197
* Set the IO object
198-
* @param Google_Io_Abstract $auth
198+
* @param Google_IO_Abstract $auth
199199
*/
200-
public function setIo(Google_Io_Abstract $io)
200+
public function setIo(Google_IO_Abstract $io)
201201
{
202202
$this->config->setIoClass(get_class($io));
203203
$this->io = $io;

0 commit comments

Comments
 (0)