diff --git a/src/Client.php b/src/Client.php index c121c49..45360f2 100644 --- a/src/Client.php +++ b/src/Client.php @@ -113,10 +113,7 @@ class Client sprintf( "%s%s\r\n", $this->_path, - $this->_query ? sprintf( - '?%s', - $this->_query - ) : null + $this->_query ) );