改名
This commit is contained in:
@@ -77,13 +77,6 @@ interface IClient
|
||||
public function request(string $method, string $path, array $params = []): ResponseInterface;
|
||||
|
||||
|
||||
/**
|
||||
* @param string $host
|
||||
* @return static
|
||||
*/
|
||||
public function withHost(string $host): static;
|
||||
|
||||
|
||||
/**
|
||||
* @param array $header
|
||||
* @return static
|
||||
@@ -162,13 +155,6 @@ interface IClient
|
||||
public function withCa(string $ssl_key_file): static;
|
||||
|
||||
|
||||
/**
|
||||
* @param int $port
|
||||
* @return static
|
||||
*/
|
||||
public function withPort(int $port): static;
|
||||
|
||||
|
||||
/**
|
||||
* @param string|StreamInterface $data
|
||||
* @return static
|
||||
|
||||
Reference in New Issue
Block a user