@@ -200,7 +200,7 @@ |
||
200 | 200 | * @param Field $field |
201 | 201 | * @param Field $parent_field |
202 | 202 | * @param int $entry_index |
203 | - * @return bool |
|
203 | + * @return Field |
|
204 | 204 | **/ |
205 | 205 | public function get_clone_under_field_in_hierarchy( $field, $parent_field, $entry_index = 0 ) { |
206 | 206 | $clone = clone $field; |