Completed
Push — master ( b4e9b7...cff413 )
by Peter
11:12
created
src/EntityManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -614,7 +614,7 @@  discard block
 block discarded – undo
614 614
 	/**
615 615
 	 * Take care of EventBeforeSave
616 616
 	 * @see EventBeforeSave
617
-	 * @param                 $model
617
+	 * @param                 AnnotatedInterface $model
618 618
 	 * @param string $event
619 619
 	 * @return boolean
620 620
 	 */
@@ -636,7 +636,7 @@  discard block
 block discarded – undo
636 636
 	/**
637 637
 	 * Take care of EventAfterSave
638 638
 	 * @see EventAfterSave
639
-	 * @param                 $model
639
+	 * @param                 AnnotatedInterface $model
640 640
 	 * @param null|ModelEvent $event
641 641
 	 */
642 642
 	private function afterSave($model, $event = null)
Please login to merge, or discard this patch.