We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a38c16 commit dc553ffCopy full SHA for dc553ff
Core/Core.php
@@ -1152,6 +1152,10 @@ function exit(string|int $status = 0): never {}
1152
function die(string|int $status = 0): never {}
1153
1154
/**
1155
+ * @template TObject of object
1156
+ * @param TObject $object
1157
+ * @param array $withProperties [optional]
1158
+ * @return TObject
1159
* @since 8.5
1160
*/
1161
function clone(object $object, array $withProperties = []): object {}
0 commit comments