Completed
Push — master ( fa66ff...b613b3 )
by Peter
10:20
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/ParentChildTrashHandlers.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 	/**
43 43
 	 * Register event handlers for parent of parent-child relation.
44 44
 	 *
45
-	 * @param AnnotatedInterface|string $parent
45
+	 * @param string $parent
46 46
 	 * @param string $childClass
47 47
 	 */
48 48
 	public function registerParent($parent, $childClass)
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 	/**
157 157
 	 * Register event handlers for child item of parent-child relation.
158 158
 	 *
159
-	 * @param AnnotatedInterface|string $child
159
+	 * @param string $child
160 160
 	 * @param string $parentClass
161 161
 	 * @throws UnexpectedValueException
162 162
 	 */
Please login to merge, or discard this patch.