mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 12:49:04 +08:00
Merge pull request #12246 from w3lifer/patch-14
Added missing square bracket in doc block
This commit is contained in:
@@ -80,7 +80,7 @@ class Response extends \yii\base\Response
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string the response format. This determines how to convert [[data]] into [[content]]
|
* @var string the response format. This determines how to convert [[data]] into [[content]]
|
||||||
* when the latter is not set. The value of this property must be one of the keys declared in the [[formatters] array.
|
* when the latter is not set. The value of this property must be one of the keys declared in the [[formatters]] array.
|
||||||
* By default, the following formats are supported:
|
* By default, the following formats are supported:
|
||||||
*
|
*
|
||||||
* - [[FORMAT_RAW]]: the data will be treated as the response content without any conversion.
|
* - [[FORMAT_RAW]]: the data will be treated as the response content without any conversion.
|
||||||
|
|||||||
Reference in New Issue
Block a user