|
|
@@ -45,7 +45,7 @@ class Number {
|
|
|
*
|
|
|
* @param float $value A floating point number.
|
|
|
* @param int $precision The precision of the returned number.
|
|
|
- * @return float Formatted float.
|
|
|
+ * @return string Formatted float.
|
|
|
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/number.html#NumberHelper::precision
|
|
|
*/
|
|
|
public static function precision($value, $precision = 3) {
|