mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-14 18:31:22 +08:00
Fix #20617: Fix @return annotation for DataColumn::getDataCellValue()
This commit is contained in:
@@ -240,7 +240,7 @@ class DataColumn extends Column
|
||||
* @param mixed $model the data model
|
||||
* @param mixed $key the key associated with the data model
|
||||
* @param int $index the zero-based index of the data model among the models array returned by [[GridView::dataProvider]].
|
||||
* @return string the data cell value
|
||||
* @return string|null the data cell value
|
||||
*/
|
||||
public function getDataCellValue($model, $key, $index)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user