Completed
Push — master ( ff889f...1a436f )
by Peter
06:33
created
src/Traits/DataProvider/ConfigureTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
 	/**
149 149
 	 * Returns the pagination object.
150 150
 	 * @param string $className the pagination object class name, use this param to override default pagination class.
151
-	 * @return PaginationInterface|Pagination|false the pagination object. If this is false, it means the pagination is disabled.
151
+	 * @return LimitableInterface the pagination object. If this is false, it means the pagination is disabled.
152 152
 	 */
153 153
 	abstract public function getPagination($className = Pagination::class);
154 154
 
Please login to merge, or discard this patch.