Browse Source

Fix an invalid phpDocumentor annotation

Fixed an invalid phpDocumentor annotation of `yii\data\DataProviderInterface::getPagination()`.
tags/2.0.12
Nikolay Oleynikov 8 years ago committed by GitHub
parent
commit
da6eada8c8
  1. 2
      framework/data/DataProviderInterface.php

2
framework/data/DataProviderInterface.php

@ -66,7 +66,7 @@ interface DataProviderInterface
public function getSort(); public function getSort();
/** /**
* @return Pagination the pagination object. If this is false, it means the pagination is disabled. * @return Pagination|false the pagination object. If this is false, it means the pagination is disabled.
*/ */
public function getPagination(); public function getPagination();
} }

Loading…
Cancel
Save