Completed
Push — ext-mongodb ( 9a4eee )
by Peter
23:45
created
src/EntityManager.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -454,6 +454,7 @@  discard block
 block discarded – undo
454 454
 	/**
455 455
 	 * Take care of EventBeforeSave
456 456
 	 * @see EventBeforeSave
457
+	 * @param AnnotatedInterface $model
457 458
 	 * @return boolean
458 459
 	 */
459 460
 	private function _beforeSave($model, $event = null)
@@ -473,6 +474,7 @@  discard block
 block discarded – undo
473 474
 	/**
474 475
 	 * Take care of EventAfterSave
475 476
 	 * @see EventAfterSave
477
+	 * @param AnnotatedInterface $model
476 478
 	 */
477 479
 	private function _afterSave($model, $event = null)
478 480
 	{
Please login to merge, or discard this patch.
src/Helpers/CommandProxy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Maslosoft\Addendum\Interfaces\AnnotatedInterface;
17 17
 use Maslosoft\Mangan\Command;
18
-use Maslosoft\Mangan\Exceptions\CommandNotFoundException;
19 18
 use Maslosoft\Mangan\Mangan;
20 19
 use Maslosoft\Mangan\Storage\CommandProxyStorage;
21 20
 
Please login to merge, or discard this patch.