ZF-6006: Return type of Zend_XmlRpc_Client::call() incorrect
Description
API documentation says:
void call (string $method, [array $params = array()])
which is incorrect, because call() method returns mixed type.
API documentation says:
void call (string $method, [array $params = array()])
which is incorrect, because call() method returns mixed type.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-03-11T13:12:20.000+0000
Updated in trunk and 1.7 release branch.