Skip to content

Commit

Permalink
Fix an invalid phpDoc annotation of `yii\data\DataProviderInterface::…
Browse files Browse the repository at this point in the history
…getSort()`. (#18897)
  • Loading branch information
AlexGx committed Sep 22, 2021
1 parent cf0966c commit 7332cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/data/DataProviderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function getModels();
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();

Expand Down

0 comments on commit 7332cc2

Please sign in to comment.