--- a/web/lib/Zend/Service/StrikeIron/Base.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Service/StrikeIron/Base.php Thu Mar 21 19:50:53 2013 +0100
@@ -15,9 +15,9 @@
* @category Zend
* @package Zend_Service
* @subpackage StrikeIron
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: Base.php 20096 2010-01-06 02:05:09Z bkarwin $
+ * @version $Id: Base.php 24593 2012-01-05 20:35:02Z matthew $
*/
@@ -31,7 +31,7 @@
* @category Zend
* @package Zend_Service
* @subpackage StrikeIron
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_Service_StrikeIron_Base
@@ -193,10 +193,10 @@
* on what was originally called.
*
* @see __call()
- * @param $result Raw result returned from SOAPClient_>__soapCall()
- * @param $method Method name that was passed to SOAPClient->__soapCall()
- * @param $params Method parameters that were passed to SOAPClient->__soapCall()
- * @return mixed Transformed result
+ * @param object $result Raw result returned from SOAPClient_>__soapCall()
+ * @param string $method Method name that was passed to SOAPClient->__soapCall()
+ * @param array $params Method parameters that were passed to SOAPClient->__soapCall()
+ * @return mixed Transformed result
*/
protected function _transformResult($result, $method, $params)
{