We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93d5eb commit acaef9aCopy full SHA for acaef9a
lib/Client.php
@@ -201,7 +201,7 @@ class Client
201
* @var bool
202
*/
203
protected $verifySSLCerts;
204
-
+
205
/**
206
207
@@ -253,6 +253,20 @@ public function getHost()
253
return $this->host;
254
}
255
256
+ /**
257
+ * Set host
258
+ *
259
+ * @param string $host
260
261
+ * @return Client
262
+ */
263
+ public function setHost(string $host)
264
+ {
265
+ $this->host = $host;
266
267
+ return $this;
268
+ }
269
270
271
* @return array
272
0 commit comments