@@ -108,8 +108,7 @@ |
||
108 | 108 | /** |
109 | 109 | * Gets the latests field value from either the old instance or the new instance. |
110 | 110 | * |
111 | - * @param array $mixed Array of values for the new form instance. |
|
112 | - * @param array $mixed Array of values for the old form instance. |
|
111 | + * @param string $field |
|
113 | 112 | * @return mixed $mixed Field value. |
114 | 113 | */ |
115 | 114 | private function get_latest_field_value( $new_instance, $old_instance, $field ) { |