Fixed code style and indentations

This commit is contained in:
SilverFire - Dmitry Naumenko
2016-05-03 14:50:59 +03:00
parent aaf6c844fb
commit 030913e7f0
3 changed files with 11 additions and 10 deletions

View File

@@ -63,11 +63,12 @@ class ArrayDataProvider extends BaseDataProvider
* The array elements must use zero-based integer keys.
*/
public $allModels;
/**
* @var string the name of the \yii\base\Model based class used to provide column labels.
* @since 2.0.9
*/
public $modelClass;
/**
* @var string the name of the [[yii\base\Model|Model]] class that will be represented.
* This property is used to get columns' names.
* @since 2.0.9
*/
public $modelClass;
/**
* @inheritdoc