An error occurred while fetching the assigned milestone of the selected merge_request.
Issue #3293512: Argument 2 ($code) is 'error' of type 'error' but \Exception::__construct() takes int
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
+ 1
− 1
@@ -325,7 +325,7 @@ function geocoder_service_check_request($handler, $format, $check_ac = TRUE) {
@@ -325,7 +325,7 @@ function geocoder_service_check_request($handler, $format, $check_ac = TRUE) {
if (($format && $format !== 'default') && !in_array($format, array_keys(geoPHP::getAdapterMap()), TRUE)) {
throw new Exception(t('Could not find output-format @format', array('@format' => $format)), 'error');