We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4172460 commit f5d0d49Copy full SHA for f5d0d49
2 files changed
src/Google/IO/Curl.php
@@ -114,7 +114,8 @@ public function setTimeout($timeout)
114
* Get the maximum request time in seconds.
115
* @return timeout in seconds
116
*/
117
- public function getTimeout() {
+ public function getTimeout()
118
+ {
119
return $this->options[CURLOPT_TIMEOUT];
120
}
121
src/Google/IO/Stream.php
@@ -151,7 +151,8 @@ public function setTimeout($timeout)
151
152
153
154
155
156
return $this->options[self::TIMEOUT];
157
158
0 commit comments