Skip to content

Commit 491e918

Browse files
committed
ENGCOM-3535: Static tests fix.
1 parent b4181a0 commit 491e918

File tree

1 file changed

+3
-1
lines changed
  • lib/internal/Magento/Framework/Webapi/Rest/Response/Renderer

1 file changed

+3
-1
lines changed

lib/internal/Magento/Framework/Webapi/Rest/Response/Renderer/Xml.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
*/
88
namespace Magento\Framework\Webapi\Rest\Response\Renderer;
99

10+
/**
11+
* Renders response data in Xml format.
12+
*/
1013
class Xml implements \Magento\Framework\Webapi\Rest\Response\RendererInterface
1114
{
1215
/**
@@ -165,4 +168,3 @@ protected function _prepareKey($key)
165168
return $key;
166169
}
167170
}
168-

0 commit comments

Comments
 (0)