Completed
Push — master ( 448067...f49780 )
by Gaetano
07:37 queued 01:54
created
src/Client.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,6 @@
 block discarded – undo
201 201
      * This option can be very useful when debugging servers as it allows you to see exactly what the client sends and
202 202
      * the server returns.
203 203
      *
204
-     * @param integer $in values 0, 1 and 2 are supported (2 = echo sent msg too, before received response)
205 204
      */
206 205
     public function setDebug($level)
207 206
     {
Please login to merge, or discard this patch.
src/Value.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
      *
45 45
      * When no value or type is passed in, the value is left uninitialized, and the value can be added later.
46 46
      *
47
-     * @param mixed $val if passing in an array, all array elements should be PhpXmlRpc\Value themselves
47
+     * @param integer $val if passing in an array, all array elements should be PhpXmlRpc\Value themselves
48 48
      * @param string $type any valid xmlrpc type name (lowercase): i4, int, boolean, string, double, dateTime.iso8601,
49 49
      *                     base64, array, struct, null.
50 50
      *                     If null, 'string' is assumed.
Please login to merge, or discard this patch.