diff -r 5a6b6e770365 -r 68c69c656a2c web/lib/Zend/Mobile/Push/Message/Apns.php --- a/web/lib/Zend/Mobile/Push/Message/Apns.php Thu May 07 15:10:09 2015 +0200 +++ b/web/lib/Zend/Mobile/Push/Message/Apns.php Thu May 07 15:16:02 2015 +0200 @@ -15,7 +15,7 @@ * @category Zend * @package Zend_Mobile * @subpackage Zend_Mobile_Push - * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -29,7 +29,7 @@ * @category Zend * @package Zend_Mobile * @subpackage Zend_Mobile_Push - * @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com) + * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @version $Id$ */ @@ -83,11 +83,12 @@ /** * Set Alert * - * @param string $text - * @param string $actionLocKey - * @param string $locKey - * @param array $locArgs - * @param string $launchImage + * @param string $text + * @param string|null $actionLocKey + * @param string|null $locKey + * @param array|null $locArgs + * @param string|null $launchImage + * @throws Zend_Mobile_Push_Message_Exception * @return Zend_Mobile_Push_Message_Apns */ public function setAlert($text, $actionLocKey=null, $locKey=null, $locArgs=null, $launchImage=null) @@ -243,9 +244,9 @@ /** * Set Custom Data * - * @param array $data + * @param array $array + * @throws Zend_Mobile_Push_Message_Exception * @return Zend_Mobile_Push_Message_Apns - * @throws Zend_Mobile_Push_Message_Exception */ public function setCustomData($array) {