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