Skip to content

Commit b0300e2

Browse files
author
Jeroen van Wolffelaar
committed
Fix prototype
1 parent bf81c36 commit b0300e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/array.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ static int array_data_shuffle(const void *a, const void*b) {
13811381
}
13821382

13831383

1384-
/* {{{ proto int shuffle(array array_arg)
1384+
/* {{{ proto bool shuffle(array array_arg)
13851385
Randomly shuffle the contents of an array */
13861386
PHP_FUNCTION(shuffle)
13871387
{

0 commit comments

Comments
 (0)