Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/48'
Browse files Browse the repository at this point in the history
Close #48
  • Loading branch information
weierophinney committed Mar 17, 2016
2 parents d82df33 + 13a5e1d commit 13d59cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public function getOriginalResponse()
* Proxies to the underlying stream and writes the provided data to it.
*
* @param string $data
* @return self
*/
public function write($data)
{
Expand All @@ -77,6 +78,7 @@ public function write($data)
* prior to marking the response as complete.
*
* @param string $data
* @return self
*/
public function end($data = null)
{
Expand Down

0 comments on commit 13d59cf

Please sign in to comment.