Skip to content

Commit 59dc41f

Browse files
committed
Fix prototype
1 parent 2b413f7 commit 59dc41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/streams/userspace.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ PHP_FUNCTION(stream_wrapper_register)
437437
}
438438
/* }}} */
439439

440-
/* {{{ bool stream_wrapper_unregister(string protocol)
440+
/* {{{ proto bool stream_wrapper_unregister(string protocol)
441441
Unregister a wrapper for the life of the current request. */
442442
PHP_FUNCTION(stream_wrapper_unregister)
443443
{
@@ -458,7 +458,7 @@ PHP_FUNCTION(stream_wrapper_unregister)
458458
}
459459
/* }}} */
460460

461-
/* {{{ bool stream_wrapper_restore(string protocol)
461+
/* {{{ proto bool stream_wrapper_restore(string protocol)
462462
Restore the original protocol handler, overriding if necessary */
463463
PHP_FUNCTION(stream_wrapper_restore)
464464
{

0 commit comments

Comments
 (0)