Skip to content

Commit

Permalink
Coding standard fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Oct 10, 2016
1 parent 25acb4a commit e748972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Network/Response.php
Expand Up @@ -686,6 +686,7 @@ public function location($url = null)
*
* @param string $header Header key.
* @param string $value Header value.
* @return void
*/
protected function _setHeader($header, $value)
{
Expand Down Expand Up @@ -771,6 +772,7 @@ public function withStatus($code, $reasonPhrase = '')
$reasonPhrase = $new->_statusCodes[$code];
}
$new->_reasonPhrase = $reasonPhrase;

return $new;
}

Expand Down

0 comments on commit e748972

Please sign in to comment.