Completed
Push — master ( 7f9d4c...0b1a65 )
by Peter
07:09
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.
src/Decorators/EmbeddedArrayDecorator.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -75,6 +75,7 @@
 block discarded – undo
75 75
 	 * @param AnnotatedInterface[] $instances
76 76
 	 * @param mixed[] $dbValue
77 77
 	 * @param mixed[] $data
78
+	 * @param AnnotatedInterface $parent
78 79
 	 * @return AnnotatedInterface|null
79 80
 	 */
80 81
 	private function _getInstance($instances, $dbValue, $data, $parent = null, $parentField = '')
Please login to merge, or discard this patch.