mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
Fix an invalid phpDoc annotation of yii\data\DataProviderInterface::getSort(). (#18897)
This commit is contained in:
committed by
GitHub
parent
cf0966cc8f
commit
7332cc2cba
@ -61,7 +61,7 @@ interface DataProviderInterface
|
|||||||
public function getKeys();
|
public function getKeys();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return Sort the sorting object. If this is false, it means the sorting is disabled.
|
* @return Sort|false the sorting object. If this is false, it means the sorting is disabled.
|
||||||
*/
|
*/
|
||||||
public function getSort();
|
public function getSort();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user