Browse Source

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

tags/2.0.44
Alexander Gubarev 3 years ago committed by GitHub
parent
commit
7332cc2cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      framework/data/DataProviderInterface.php

2
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();

Loading…
Cancel
Save