return new Zend_Rest_Client_Result($response->getBody());
}
- /**\r
- * Protected function to validate that the integer is valid or return a 0\r
+ /**
+ * Protected function to validate that the integer is valid or return a 0
* @param $int
- * @throws Zend_Http_Client_Exception if HTTP request fails or times out\r
- * @return integer\r
+ * @throws Zend_Http_Client_Exception if HTTP request fails or times out
+ * @return integer
*/
protected function _validInteger($int)
{