mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
code style fix
This commit is contained in:
@@ -112,9 +112,9 @@ class Response extends \yii\base\Response
|
||||
ob_end_clean();
|
||||
echo $content;
|
||||
exit(0);
|
||||
}
|
||||
else
|
||||
} else {
|
||||
echo $content;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user