Prechádzať zdrojové kódy

Fix wrong phpdoc.

Thanks @Aliance for spotting this oversight.
Daniele Alessandri 9 rokov pred
rodič
commit
77b75e0738
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);