Sfoglia il codice sorgente

Update phpdocs.

[ci skip]
Daniele Alessandri 11 anni fa
parent
commit
7cf9cfc496
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      lib/Predis/Client.php

+ 3 - 3
lib/Predis/Client.php

@@ -392,7 +392,7 @@ class Client implements ClientInterface
      * Creates a new pipeline context and returns it, or returns the results of
      * a pipeline executed inside the optionally provided callable object.
      *
-     * @param  mixed          $arg,... Options for the context, or a callable, or both.
+     * @param  mixed          $arg,... Array of options, a callable for execution, or both.
      * @return Pipeline|array
      */
     public function pipeline(/* arguments */)
@@ -430,7 +430,7 @@ class Client implements ClientInterface
      * Creates a new transaction context and returns it, or returns the results
      * of a transaction executed inside the optionally provided callable object.
      *
-     * @param  mixed                      $arg,... Options for the context, or a callable, or both.
+     * @param  mixed                      $arg,... Array of options, a callable for execution, or both.
      * @return TransactionMultiExec|array
      */
     public function transaction(/* arguments */)
@@ -460,7 +460,7 @@ class Client implements ClientInterface
      * Creates a new publis/subscribe context and returns it, or starts its loop
      * inside the optionally provided callable object.
      *
-     * @param  mixed               $arg,... Options for the context, or a callable, or both.
+     * @param  mixed               $arg,... Array of options, a callable for execution, or both.
      * @return PubSubConsumer|NULL
      */
     public function pubSubLoop(/* arguments */)