Skip to content
Snippets Groups Projects
Commit cbe57a0f authored by Italo Mairo's avatar Italo Mairo
Browse files

Issue #3284368: Fix coding standards in Geocoder module

parent 9ba4e5aa
No related branches found
No related tags found
No related merge requests found
Pipeline #363385 passed
......@@ -131,7 +131,10 @@ function geocoder_field_field_config_edit_form_validate(array $form, FormStateIn
}
// Give a chance to the geocoder field plugin to perform its own validation.
$geocoder_data = (new FormState())->setValues($form_state->getValue(['third_party_settings', 'geocoder_field']));
$geocoder_data = (new FormState())->setValues($form_state->getValue([
'third_party_settings',
'geocoder_field',
]));
$trail = ['third_party_settings', 'geocoder_field', 'field_plugin'];
/** @var \Drupal\geocoder_field\GeocoderFieldPluginInterface $field_plugin */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment