Skip to content

Commit

Permalink
Don't fool ourselves, this ain't an immutable method
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Jan 24, 2017
1 parent 55712de commit 7b6f5a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Slim/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ public function withParsedBody($data)
*
* Note: This method is not part of the PSR-7 standard.
*
* @return self
* @return $this
*/
public function reparseBody()
{
Expand Down
2 changes: 1 addition & 1 deletion Slim/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function getReasonPhrase()
* Proxies to the underlying stream and writes the provided data to it.
*
* @param string $data
* @return self
* @return $this
*/
public function write($data)
{
Expand Down

0 comments on commit 7b6f5a0

Please sign in to comment.