diff options
Diffstat (limited to 'ext/hyperwave/hw.c')
-rw-r--r-- | ext/hyperwave/hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index 9544d8d26e..e530e92b52 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -3367,7 +3367,7 @@ PHP_FUNCTION(hw_identify) { } /* }}} */ -/* {{{ proto array hw_objrec2array(string objrec) +/* {{{ proto array hw_objrec2array(string objrec, [array format]) Returns object array of object record */ PHP_FUNCTION(hw_objrec2array) { zval **arg1, **arg2; |