We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a55b90 commit a98cb88Copy full SHA for a98cb88
1 file changed
src/Google/Client.php
@@ -92,7 +92,8 @@ public function __construct($config = null)
92
}
93
94
if ($config->getIoClass() == Google_Config::USE_AUTO_IO_SELECTION) {
95
- if (function_exists('curl_version') && function_exists('curl_exec') && !$this->isAppEngine()) {
+ if (function_exists('curl_version') && function_exists('curl_exec')
96
+ && !$this->isAppEngine()) {
97
$config->setIoClass("Google_IO_Curl");
98
} else {
99
$config->setIoClass("Google_IO_Stream");
0 commit comments