From 77b75e07388d9ec1de0893d43de5ff35729a2137 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Fri, 3 Jul 2015 12:11:45 +0200 Subject: [PATCH] Fix wrong phpdoc. Thanks @Aliance for spotting this oversight. --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index cf8a9ce4..849a8fe9 100644 --- a/src/Client.php +++ b/src/Client.php @@ -433,7 +433,7 @@ class Client implements ClientInterface $class = 'Predis\Pipeline\Pipeline'; } - /* + /** * @var ClientContextInterface */ $pipeline = new $class($this);