Merge pull request #684 from andrew-demb/patch-2

CommandInterface::parseResponse() can accept array and null argument
This commit is contained in:
Till Krüss
2021-03-09 08:43:59 -08:00
committed by GitHub
+1 -1
View File
@@ -73,7 +73,7 @@ interface CommandInterface
/**
* Parses a raw response and returns a PHP object.
*
* @param string $data Binary string containing the whole response.
* @param string|array|null $data Binary string containing the whole response.
*
* @return mixed
*/