Mark classes as final
This commit is contained in:
@@ -8,7 +8,7 @@ use Pcm\GeocodeBundle\Model\LatLongModel;
|
||||
use Symfony\Contracts\HttpClient\HttpClientInterface;
|
||||
use Symfony\Contracts\HttpClient\ResponseInterface;
|
||||
|
||||
class Geocoder
|
||||
final class Geocoder
|
||||
{
|
||||
private const string API_URL = "https://nominatim.openstreetmap.org/search";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user