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 3279230 commit d3d3f68Copy full SHA for d3d3f68
Protocols/Http/Response.php
@@ -187,7 +187,7 @@ public function withHeaders($headers) {
187
}
188
189
/**
190
- * Remove headers.
+ * Remove header.
191
*
192
* @param $name
193
* @return $this
@@ -211,7 +211,7 @@ public function getHeader($name) {
211
212
213
214
- * Get header.
+ * Get headers.
215
216
* @return array
217
*/
0 commit comments