Skip to content

Commit cfad38d

Browse files
committed
Merge pull request googleapis#346 from tagged/fix-unit-tests
Fix reference to Google_IO_Abstract (wrong case)
2 parents 2120009 + 4b30a6e commit cfad38d

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)