We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d9984 commit a3c65d7Copy full SHA for a3c65d7
1 file changed
system/HTTP/ResponseTrait.php
@@ -22,7 +22,7 @@
22
use InvalidArgumentException;
23
24
/**
25
- * Request Trait
+ * Response Trait
26
*
27
* Additional methods to make a PSR-7 Response class
28
* compliant with the framework's own ResponseInterface.
@@ -446,7 +446,7 @@ public function send()
446
}
447
448
449
- * Sends the headers of this HTTP request to the browser.
+ * Sends the headers of this HTTP response to the browser.
450
451
* @return Response
452
*/
0 commit comments