diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/standard/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index b5de1b3c9e..935b77f9fc 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -592,7 +592,7 @@ PHP_FUNCTION(phpversion) /* }}} */ -/* {{{ proto void phpcredits(int) +/* {{{ proto void phpcredits([int flag]) Prints the list of people who've contributed to the PHP project */ PHP_FUNCTION(phpcredits) { |