Fix wrong phpdoc.

Thanks @Aliance for spotting this oversight.
This commit is contained in:
Daniele Alessandri
2015-07-03 12:11:45 +02:00
parent eeea28b275
commit 77b75e0738
+1 -1
View File
@@ -433,7 +433,7 @@ class Client implements ClientInterface
$class = 'Predis\Pipeline\Pipeline';
}
/*
/**
* @var ClientContextInterface
*/
$pipeline = new $class($this);