mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-27 04:10:30 +08:00
Fixes #823: consistent interface naming
This commit is contained in:
@@ -25,7 +25,7 @@ abstract class ListViewBase extends Widget
|
||||
*/
|
||||
public $options = array();
|
||||
/**
|
||||
* @var \yii\data\IDataProvider the data provider for the view. This property is required.
|
||||
* @var \yii\data\DataProviderInterface the data provider for the view. This property is required.
|
||||
*/
|
||||
public $dataProvider;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user