Skip to content

Commit b1264f7

Browse files
committed
prototype fix
1 parent 99cd9ed commit b1264f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/spl/php_spl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ PHP_FUNCTION(spl_autoload)
302302
}
303303
} /* }}} */
304304

305-
/* {{{ proto void string spl_autoload_extensions([string file_extensions])
305+
/* {{{ proto string spl_autoload_extensions([string file_extensions])
306306
Register and return default file extensions for spl_autoload */
307307
PHP_FUNCTION(spl_autoload_extensions)
308308
{

0 commit comments

Comments
 (0)