mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 06:17:56 +08:00
code style fix
This commit is contained in:
@@ -112,10 +112,10 @@ class Response extends \yii\base\Response
|
|||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
echo $content;
|
echo $content;
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
} else {
|
||||||
else
|
|
||||||
echo $content;
|
echo $content;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sends existing file to a browser as a download using x-sendfile.
|
* Sends existing file to a browser as a download using x-sendfile.
|
||||||
|
|||||||
Reference in New Issue
Block a user