This commit is contained in:
2020-11-18 14:33:59 +08:00
parent e72174be34
commit 1a990644ff
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -207,4 +207,9 @@ interface IClient
public function setConnectTimeout(int $connect_timeout);
/**
* @param string $contentType
* @return mixed
*/
public function setContentType(string $contentType);
}