Skip to content

Commit

Permalink
make setHttpHeader to a public method
Browse files Browse the repository at this point in the history
  • Loading branch information
dittertp committed Mar 29, 2015
1 parent d36c0de commit 300eab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Puzzle/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ protected function setBody($body)
*
* @return void
*/
protected function setHttpHeader($header)
public function setHttpHeader($header)
{
$headers = $this->getHttpHeaders();
$headers[] = $header;
Expand Down

0 comments on commit 300eab4

Please sign in to comment.