Skip to content

Commit 7b48bd7

Browse files
committed
Use plurals for variadics.
1 parent d74758b commit 7b48bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function stream_wrapper_restore(string $protocol): bool {}
5757

5858
/* array.c */
5959

60-
function array_push(array &$stack, mixed ...$value): int {}
60+
function array_push(array &$stack, mixed ...$values): int {}
6161

6262
function krsort(array &$array, int $flags = SORT_REGULAR): bool {}
6363

0 commit comments

Comments
 (0)