@@ -42,7 +42,7 @@ discard block |
||
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 |
||
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 | */ |