Skip to content

Commit c963fe8

Browse files
committed
docs: fix @return type
1 parent 0a2e945 commit c963fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/HTTP/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function getMethod(bool $upper = false): string
9898
/**
9999
* Sets the request method. Used when spoofing the request.
100100
*
101-
* @return Request
101+
* @return $this
102102
*
103103
* @deprecated Use withMethod() instead for immutability
104104
*

0 commit comments

Comments
 (0)