Skip to content

Commit de884ea

Browse files
authored
Update Request.php
1 parent 53c6dc3 commit de884ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Protocols/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ public function __wakeup(): void
748748
*
749749
* @return void
750750
*/
751-
public function __clone(): void
751+
public function __clone()
752752
{
753753
if ($this->context) {
754754
$this->context = [];

0 commit comments

Comments
 (0)