Skip to content

Commit

Permalink
Merge pull request #4 from bobbyshaw/patch-2
Browse files Browse the repository at this point in the history
Typo in variable name $charset in PeclHttpMessageWrapper
  • Loading branch information
sasezaki committed Jul 19, 2015
2 parents f20d75f + 699473c commit 1ffbef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Diggin/Http/Charset/Wrapper/PeclHttpMessageWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PeclHttpMessageWrapper extends \HttpMessage

public function setCharsetFront(DocumentConverter $charsetfront)
{
$this->_charsetfront = $chasetfront;
$this->_charsetfront = $charsetfront;
}

public function getCharsetFront()
Expand Down

0 comments on commit 1ffbef1

Please sign in to comment.