This commit is contained in:
2023-08-18 19:53:00 +08:00
parent b2800b806c
commit 2ca20d3a96
-1
View File
@@ -19,7 +19,6 @@ class Client
* @param string $host * @param string $host
* @param int $port * @param int $port
* @param bool $isSsl * @param bool $isSsl
* @param bool $useCurl
*/ */
public function __construct(string $host, int $port, bool $isSsl = false) public function __construct(string $host, int $port, bool $isSsl = false)
{ {