--- a/web/lib/Zend/Service/DeveloperGarden/Request/SendSms/SendSmsAbstract.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Service/DeveloperGarden/Request/SendSms/SendSmsAbstract.php Thu Mar 21 19:50:53 2013 +0100
@@ -16,9 +16,9 @@
* @category Zend
* @package Zend_Service
* @subpackage DeveloperGarden
- * @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: SendSmsAbstract.php 20418 2010-01-19 11:43:30Z bate $
+ * @version $Id: SendSmsAbstract.php 24593 2012-01-05 20:35:02Z matthew $
*/
/**
@@ -30,7 +30,7 @@
* @category Zend
* @package Zend_Service
* @subpackage DeveloperGarden
- * @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)
* @author Marco Kaiser
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
@@ -72,14 +72,14 @@
* @var array
*/
private $_specialChars = array(
- '|',
- '^',
- '{',
- '}',
- '[',
- ']',
- '~',
- '\\',
+ '|',
+ '^',
+ '{',
+ '}',
+ '[',
+ ']',
+ '~',
+ '\\',
"\n",
// '€', removed because its counted in utf8 correctly
);
@@ -207,7 +207,7 @@
/**
* sets a new accounts
*
- * @param $account the $account to set
+ * @param int $account the $account to set
* @return Zend_Service_DeveloperGarden_Request_SendSms_SendSmsAbstract
*/
public function setAccount($account)