Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmile committed Jan 17, 2025
1 parent e82248a commit b8b759a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion app/Services/Geocoder/Geocoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Services\Geocoder;

use App\Exceptions\InvalidAddressGeocodingException;
use App\Services\Geocoder\GeocoderResponse;
use Illuminate\Support\Facades\Http;

class Geocoder
Expand Down
4 changes: 1 addition & 3 deletions app/Services/Geocoder/GeocoderResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

class GeocoderResponse
{
public function __construct(protected $response)
{
}
public function __construct(protected $response) {}

public function getCoordinates(): Coordinates
{
Expand Down

0 comments on commit b8b759a

Please sign in to comment.