@@ -201,7 +201,6 @@ |
||
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 | { |
@@ -44,7 +44,7 @@ |
||
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. |