We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 69379be + fc15447 commit 3bf84aeCopy full SHA for 3bf84ae
Structural/Decorator/Tests/DecoratorTest.php
@@ -27,7 +27,7 @@ public function testJsonDecorator()
27
28
public function testXmlDecorator()
29
{
30
- // Wrap service with a JSON decorator for renderers
+ // Wrap service with a XML decorator for renderers
31
$service = new Decorator\RenderInXml($this->service);
32
// Our Renderer will now output XML instead of an array
33
$xml = '<?xml version="1.0"?><foo>bar</foo>';
0 commit comments