Commit f76dcdd9 by Qiang Xue

Merge pull request #4618 from xBazilio/patch-4

fixed link
parents 2ef7eda2 1c3ea52f
...@@ -316,7 +316,7 @@ to end users. ...@@ -316,7 +316,7 @@ to end users.
* For [[yii\web\Application|Web applications]], the return value can also be some arbitrary data which will * For [[yii\web\Application|Web applications]], the return value can also be some arbitrary data which will
be assigned to [[yii\web\Response::data]] and be further converted into a string representing the response body. be assigned to [[yii\web\Response::data]] and be further converted into a string representing the response body.
* For [[yii\console\Application|console applications], the return value can also be an integer representing * For [[yii\console\Application|console applications]], the return value can also be an integer representing
the [[yii\console\Response::exitStatus|exit status]] of the command execution. the [[yii\console\Response::exitStatus|exit status]] of the command execution.
In the examples shown above, the action results are all strings which will be treated as the response body In the examples shown above, the action results are all strings which will be treated as the response body
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment