浏览代码

Fix wrong phpdoc.

Thanks @Aliance for spotting this oversight.
Daniele Alessandri 9 年之前
父节点
当前提交
77b75e0738
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Client.php

+ 1 - 1
src/Client.php

@@ -433,7 +433,7 @@ class Client implements ClientInterface
             $class = 'Predis\Pipeline\Pipeline';
         }
 
-        /*
+        /**
          * @var ClientContextInterface
          */
         $pipeline = new $class($this);