Skip to content

Commit 4c6fb62

Browse files
committed
Fixed get_resources() prototype comments
1 parent 3a97ed4 commit 4c6fb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_builtin_functions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ ZEND_FUNCTION(get_resource_type)
19421942
}
19431943
/* }}} */
19441944

1945-
/* {{{ proto array get_resources()
1945+
/* {{{ proto array get_resources([string resouce_type])
19461946
Get an array with all active resources */
19471947
ZEND_FUNCTION(get_resources)
19481948
{

0 commit comments

Comments
 (0)