diff options
-rw-r--r-- | ext/standard/math.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/math.c b/ext/standard/math.c index ab85ee16b5..700dc84c9f 100644 --- a/ext/standard/math.c +++ b/ext/standard/math.c @@ -103,7 +103,7 @@ PHP_FUNCTION(floor) { /* }}} */ -/* {{{ proto int round(double number [, int precision]) +/* {{{ proto double round(double number [, int precision]) Returns the number rounded to specified precision. */ PHP_FUNCTION(round) { |