Completed
Push — master ( c57a49...6c4e57 )
by Peter
25:50
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.
src/Events/Event.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -357,6 +357,9 @@
 block discarded – undo
357 357
 		return $wasTriggered;
358 358
 	}
359 359
 
360
+	/**
361
+	 * @param string $className
362
+	 */
360 363
 	public static function getPartials($className)
361 364
 	{
362 365
 		if (!empty(self::$partials[$className]))
Please login to merge, or discard this patch.