mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 23:14:40 +01:00
Enable phpdoc_summary rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config. * Fix case in "PHPDoc".
This commit is contained in:
committed by
Carsten Brandt
parent
1501c659ac
commit
5a8c3d537b
@@ -127,7 +127,7 @@ class ArrayDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
* Sorts the data models according to the given sort definition
|
||||
* Sorts the data models according to the given sort definition.
|
||||
* @param array $models the models to be sorted
|
||||
* @param Sort $sort the sort definition
|
||||
* @return array the sorted data models
|
||||
|
||||
Reference in New Issue
Block a user