Procházet zdrojové kódy

Fix wrong phpdoc.

Thanks @Aliance for spotting this oversight.
Daniele Alessandri před 9 roky
rodič
revize
77b75e0738
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);