mirror of
https://github.com/predis/predis.git
synced 2026-08-31 04:35:05 +00:00
Fix wrong phpdoc.
Thanks @Aliance for spotting this oversight.
This commit is contained in:
+1
-1
@@ -433,7 +433,7 @@ class Client implements ClientInterface
|
||||
$class = 'Predis\Pipeline\Pipeline';
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* @var ClientContextInterface
|
||||
*/
|
||||
$pipeline = new $class($this);
|
||||
|
||||
Reference in New Issue
Block a user