Completed
Push — master ( 144202...6a00f8 )
by Peter
11:59
created
src/Traits/DataProvider/PaginationTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 	/**
31 31
 	 * Returns the pagination object.
32 32
 	 * @param string $className the pagination object class name, use this param to override default pagination class.
33
-	 * @return PaginationInterface|Pagination|false the pagination object. If this is false, it means the pagination is disabled.
33
+	 * @return \Maslosoft\Mangan\Interfaces\Criteria\LimitableInterface the pagination object. If this is false, it means the pagination is disabled.
34 34
 	 */
35 35
 	public function getPagination($className = Pagination::class)
36 36
 	{
Please login to merge, or discard this patch.