Fix an invalid phpDoc annotation of yii\data\DataProviderInterface::getSort(). (#18897)

This commit is contained in:
Alexander Gubarev
2021-09-22 20:13:09 +03:00
committed by GitHub
parent cf0966cc8f
commit 7332cc2cba

View File

@ -61,7 +61,7 @@ interface DataProviderInterface
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();