GeoLocator::geolocate declares the return type "CountryInterface", but calls the plugin method GeoLocatorInterface::geolocate which declares "string".
The default plugin implementations all actually return strings, so the GeoLocator::geolocate documentation is probably incorrect.
Comments
Comment #3
bojanz commentedThanks, fixed.