mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-21 05:52:50 +02:00
fix tiny typo
This commit is contained in:
parent
1d998a3cd9
commit
623ad06330
@ -59,7 +59,7 @@ class RenderInXml extends Decorator implements Renderer
|
||||
public function renderData()
|
||||
{
|
||||
$output = $this->_wrapped->renderData();
|
||||
// do some fany conversion to xml from array ...
|
||||
// do some fancy conversion to xml from array ...
|
||||
return simplexml_load_string($output);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user