Browse Source

Fix wrong phpdoc.

Thanks @Aliance for spotting this oversight.
Daniele Alessandri 9 years ago
parent
commit
77b75e0738
1 changed files with 1 additions and 1 deletions
  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);