Skip to content

Commit cb2f689

Browse files
committed
Fix param name in PHPDoc
1 parent 2803c8f commit cb2f689

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/standard/basic_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function array_udiff_uassoc(array $array1, array $array2, ...$rest): array {}
225225
* @param array $array1
226226
* @param int $sort_order
227227
* @param int $sort_flags
228-
* @param array $array2
228+
* @param array $arrays
229229
* @prefer-ref $array1
230230
* @prefer-ref $sort_order
231231
* @prefer-ref $sort_flags

ext/standard/basic_functions_arginfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* This is a generated file, edit the .stub.php file instead.
2-
* Stub hash: 1c0060ad8608f5245e0b5319879b77510cb81683 */
2+
* Stub hash: 35cb2432b5deea7cff903c2014bce795b4f30209 */
33

44
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_set_time_limit, 0, 1, _IS_BOOL, 0)
55
ZEND_ARG_TYPE_INFO(0, seconds, IS_LONG, 0)

0 commit comments

Comments
 (0)