Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Updated documentation example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Feb 9, 2014
1 parent 6ebad94 commit 88cefc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class OutputEscaperProxyPrimitive extends ProxyPrimitive
public function __toString()
{
return htmlspecialchars(
strval($this->popsPrimitive()),
strval($this->popsValue()),
ENT_QUOTES,
'UTF-8'
);
Expand Down
2 changes: 1 addition & 1 deletion test/src/OutputEscaper/OutputEscaperProxyPrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class OutputEscaperProxyPrimitive extends ProxyPrimitive
public function __toString()
{
return htmlspecialchars(
strval($this->popsPrimitive()),
strval($this->popsValue()),
ENT_QUOTES,
'UTF-8'
);
Expand Down

0 comments on commit 88cefc2

Please sign in to comment.