for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Yiisoft\Yii\Web\Middleware;
use Yiisoft\Yii\Web\Formatter\XmlResponseFormatter as XmlFormatter;
class XmlResponseFormatter extends ResponseFormatter
{
public function __construct(XmlFormatter $responseFormatter)
parent::__construct($responseFormatter);
}