diff --git a/framework/data/DataProviderInterface.php b/framework/data/DataProviderInterface.php index 71ed1febfb..0260c381e8 100644 --- a/framework/data/DataProviderInterface.php +++ b/framework/data/DataProviderInterface.php @@ -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();