Skip to content

Commit d3d3f68

Browse files
authored
Update Response.php
1 parent 3279230 commit d3d3f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Protocols/Http/Response.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function withHeaders($headers) {
187187
}
188188

189189
/**
190-
* Remove headers.
190+
* Remove header.
191191
*
192192
* @param $name
193193
* @return $this
@@ -211,7 +211,7 @@ public function getHeader($name) {
211211
}
212212

213213
/**
214-
* Get header.
214+
* Get headers.
215215
*
216216
* @return array
217217
*/

0 commit comments

Comments
 (0)