소스 검색

Fix wrong phpdoc.

Thanks @Aliance for spotting this oversight.
Daniele Alessandri 10 년 전
부모
커밋
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);