Completed
Push — string-event-subscriptions ( e8cd90 )
by Peter
21:12
created
src/DataProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
 	/**
227 227
 	 * Returns the pagination object.
228 228
 	 * @param string $className the pagination object class name. Parameter is available since version 1.1.13.
229
-	 * @return CPagination|false the pagination object. If this is false, it means the pagination is disabled.
229
+	 * @return boolean the pagination object. If this is false, it means the pagination is disabled.
230 230
 	 */
231 231
 	public function getPagination($className = 'CPagination')
232 232
 	{
Please login to merge, or discard this patch.