X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FWrapper.php;h=0b7663cacddd866ed08c32a0668086ae824e1b5e;hb=ee97067e0c7de2fc25a0834672f27dcad4468631;hp=71abda58f2dc4b2ec92c24e94b8d76acfec5abae;hpb=9d129e4627ecbdad4fee0ba05655e43ad6c5c148;p=plcapi.git diff --git a/src/Wrapper.php b/src/Wrapper.php index 71abda5..0b7663c 100644 --- a/src/Wrapper.php +++ b/src/Wrapper.php @@ -274,7 +274,7 @@ class Wrapper // syntax: @return type desc //$returns = preg_split('/\s+/', $doc); if (preg_match('/@return\s+(\S+)\s+(.+)/', $doc, $matches)) { - $returns = php_2_xmlrpc_type($matches[1]); + $returns = $this->php_2_xmlrpc_type($matches[1]); if (isset($matches[2])) { $returnsDocs = $matches[2]; }