diff options
Diffstat (limited to 'ext/imap/php_imap.c')
-rw-r--r-- | ext/imap/php_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 385ddedf8c..135d2e3ebc 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -983,7 +983,7 @@ PHP_FUNCTION(imap_setacl) /* }}} */ -/* {{{ proto array imap_getacl(int stream_id, string mailbox) +/* {{{ proto array imap_getacl(resource stream_id, string mailbox) Gets the ACL for a given mailbox */ PHP_FUNCTION(imap_getacl) { |