diff --git a/Client.php b/Client.php index 9286728..4cc9182 100644 --- a/Client.php +++ b/Client.php @@ -19,7 +19,6 @@ class Client * @param string $host * @param int $port * @param bool $isSsl - * @param bool $useCurl */ public function __construct(string $host, int $port, bool $isSsl = false) {