mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 14:29:30 +08:00
code style fix
This commit is contained in:
@@ -112,9 +112,9 @@ 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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user