summaryrefslogtreecommitdiff
path: root/ext/standard/lcg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/lcg.c')
-rw-r--r--ext/standard/lcg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c
index fc81bde4cc..dfb1ab1613 100644
--- a/ext/standard/lcg.c
+++ b/ext/standard/lcg.c
@@ -110,8 +110,7 @@ PHP_MINIT_FUNCTION(lcg) /* {{{ */
}
/* }}} */
-/* {{{ proto float lcg_value()
- Returns a value from the combined linear congruential generator */
+/* {{{ Returns a value from the combined linear congruential generator */
PHP_FUNCTION(lcg_value)
{
ZEND_PARSE_PARAMETERS_NONE();