Przeglądaj źródła

Fix wrong phpdoc.

Thanks @Aliance for spotting this oversight.
Daniele Alessandri 9 lat temu
rodzic
commit
77b75e0738
1 zmienionych plików z 1 dodań i 1 usunięć
  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);