Skip to content

Commit 03a135a

Browse files
committed
proto fix
1 parent bbc9134 commit 03a135a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ PHP_FUNCTION(curl_exec)
10701070
}
10711071
/* }}} */
10721072

1073-
/* {{{ proto string curl_getinfo(resource ch, int opt)
1073+
/* {{{ proto mixed curl_getinfo(resource ch, int opt)
10741074
Get information regarding a specific transfer */
10751075
PHP_FUNCTION(curl_getinfo)
10761076
{

0 commit comments

Comments
 (0)