Skip to content

Commit 8a87da8

Browse files
committed
Update second parameter name of clone()
1 parent 83ef0b0 commit 8a87da8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Zend/zend_builtin_functions.stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class stdClass
77
{
88
}
99

10-
function _clone(object $object, mixed ...$updatedProperties): object {}
10+
function _clone(object $object, mixed ...$withProperties): object {}
1111

1212
function exit(string|int $status = 0): never {}
1313

Zend/zend_builtin_functions_arginfo.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)