diff -r 2251fb41dbc7 -r 1e110b03ae96 web/lib/Zend/Measure/Abstract.php --- a/web/lib/Zend/Measure/Abstract.php Sun Apr 21 10:07:03 2013 +0200 +++ b/web/lib/Zend/Measure/Abstract.php Sun Apr 21 21:54:24 2013 +0200 @@ -14,9 +14,9 @@ * * @category Zend * @package Zend_Measure - * @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: Abstract.php 21329 2010-03-04 22:06:08Z thomas $ + * @version $Id: Abstract.php 24593 2012-01-05 20:35:02Z matthew $ */ /** @@ -40,7 +40,7 @@ * @category Zend * @package Zend_Measure * @subpackage Zend_Measure_Abstract - * @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 */ abstract class Zend_Measure_Abstract @@ -74,9 +74,9 @@ /** * Zend_Measure_Abstract is an abstract class for the different measurement types * - * @param $value mixed - Value as string, integer, real or float - * @param $type type - OPTIONAL a measure type f.e. Zend_Measure_Length::METER - * @param $locale locale - OPTIONAL a Zend_Locale Type + * @param mixed $value Value as string, integer, real or float + * @param int $type OPTIONAL a measure type f.e. Zend_Measure_Length::METER + * @param Zend_Locale $locale OPTIONAL a Zend_Locale Type * @throws Zend_Measure_Exception */ public function __construct($value, $type = null, $locale = null)