Completed
Pull Request — master (#51)
by
unknown
10:15
created
src/Encoder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * @param Value|Request $xmlrpcVal
30 30
      * @param array $options if 'decode_php_objs' is set in the options array, xmlrpc structs can be decoded into php objects; if 'dates_as_objects' is set xmlrpc datetimes are decoded as php DateTime objects (standard is
31 31
      *
32
-     * @return mixed
32
+     * @return string
33 33
      */
34 34
     public function decode($xmlrpcVal, $options = array())
35 35
     {
Please login to merge, or discard this patch.