diff -r 5a6b6e770365 -r 68c69c656a2c web/lib/Zend/Mobile/Push/Message/Abstract.php --- a/web/lib/Zend/Mobile/Push/Message/Abstract.php Thu May 07 15:10:09 2015 +0200 +++ b/web/lib/Zend/Mobile/Push/Message/Abstract.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$ */ @@ -32,7 +32,7 @@ * @category Zend * @package Zend_Mobile * @subpackage Zend_Mobile_Push_Message - * @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$ */ @@ -48,7 +48,7 @@ /** * Id * - * @var scalar + * @var int|string|float|bool Scalar */ protected $_id; @@ -66,6 +66,7 @@ * Set Token * * @param string $token + * @throws Zend_Mobile_Push_Message_Exception * @return Zend_Mobile_Push_Message_Abstract */ public function setToken($token) @@ -80,7 +81,7 @@ /** * Get Message ID * - * @return scalar + * @return int|string|float|bool Scalar */ public function getId() { @@ -90,7 +91,7 @@ /** * Set Message ID * - * @param scalar $id + * @param int|string|float|bool $id Scalar * @return Zend_Mobile_Push_Message_Abstract * @throws Exception */