Completed
Push — string-event-subscriptions ( e8cd90...1f8f4a )
by Peter
21:14
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.
src/Traits/Model/TrashableTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Exception;
17 17
 use Maslosoft\Mangan\EntityManager;
18 18
 use Maslosoft\Mangan\Events\Event;
19
-use Maslosoft\Mangan\Events\ModelEvent;
20 19
 use Maslosoft\Mangan\Events\RestoreEvent;
21 20
 use Maslosoft\Mangan\Events\TrashEvent;
22 21
 use Maslosoft\Mangan\Finder;
Please login to merge, or discard this patch.