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;
final class FormatWebResponseAsXml extends FormatWebResponse
{
public function __construct(XmlResponseFormatter $responseFormatter)
parent::__construct($responseFormatter);
}