Compare commits

..

No commits in common. "main" and "1.1.1" have entirely different histories.
main ... 1.1.1

View file

@ -113,10 +113,7 @@ class Client
sprintf(
"%s%s\r\n",
$this->_path,
$this->_query ? sprintf(
'?%s',
$this->_query
) : null
)
);