Skip to content

Commit 3bf84ae

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#185 from jongotlin/patch-1
Corrected copy-and-pasted comment
2 parents 69379be + fc15447 commit 3bf84ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Structural/Decorator/Tests/DecoratorTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function testJsonDecorator()
2727

2828
public function testXmlDecorator()
2929
{
30-
// Wrap service with a JSON decorator for renderers
30+
// Wrap service with a XML decorator for renderers
3131
$service = new Decorator\RenderInXml($this->service);
3232
// Our Renderer will now output XML instead of an array
3333
$xml = '<?xml version="1.0"?><foo>bar</foo>';

0 commit comments

Comments
 (0)