mirror of
https://github.com/predis/predis.git
synced 2026-09-16 05:17:02 +00:00
Merge pull request #683 from andrew-demb/patch-1
Status::get() always return self
This commit is contained in:
@@ -59,7 +59,7 @@ class Status implements ResponseInterface
|
||||
*
|
||||
* @param string $payload Status response payload.
|
||||
*
|
||||
* @return string
|
||||
* @return self
|
||||
*/
|
||||
public static function get($payload)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user