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\JsonDataResponseFormatter;
final class FormatDataResponseAsJson extends FormatDataResponse
{
public function __construct(JsonDataResponseFormatter $responseFormatter)
parent::__construct($responseFormatter);
}