/var/www/vhosts/nabawater/vendor/yiisoft/yii2/web
Edit: /var/www/vhosts/nabawater/vendor/yiisoft/yii2/web/ResponseFormatterInterface.php (543B)
* @since 2.0
*/
interface ResponseFormatterInterface
{
/**
* Formats the specified response.
* @param Response $response the response to be formatted.
*/
public function format($response);
}