mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-04 14:07:25 +02:00
Fix typo
This commit is contained in:
@@ -74,7 +74,7 @@ class XmlDecorator implements WebserviceDecorator
|
|||||||
{
|
{
|
||||||
public function renderData($data)
|
public function renderData($data)
|
||||||
{
|
{
|
||||||
// do some fany conversion to xml from array ...
|
// do some fancy conversion to xml from array ...
|
||||||
return simplexml_load_string($data);
|
return simplexml_load_string($data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user