mirror of
https://github.com/predis/predis.git
synced 2026-09-02 21:57:15 +00:00
Merge pull request #684 from andrew-demb/patch-2
CommandInterface::parseResponse() can accept array and null argument
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user