geocoder-php/BazingaGeocoderBundle

Class GeocoderDataCollector must implement method reset

uginroot opened this issue · 4 comments

Php say:

Class Bazinga\GeocoderBundle\DataCollector\GeocoderDataCollector contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Symfony\Contracts\Service\ResetInterface::reset)

@uginroot which symfony/this lib version you use? Because if you'd look at the source GeocoderDataCollector contains the reset method.

>php bin/console about
 -------------------- ------------------------------------------------------------------------
  Symfony
 -------------------- ------------------------------------------------------------------------
  Version              4.4.5

Command composer require willdurand/geocoder-bundle:^5.11 solved my problem
Сomposer for some reason installed version 5.0 for me

I'm glad that you found the solution 👍 🙂