Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Sep 6, 2023
1 parent 133b166 commit d486f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Geolocation/GeolocatorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

namespace Ibericode\Vat\Geolocation;

interface GeolocatorInterface {
interface GeolocatorInterface
{

/**
* @param string $ipAddress The IP address to geolocate
* @return string A ISO-3166-1-alpha2 country code or an empty string on failure
*/
public function locateIpAddress(string $ipAddress) : string;

}
}

0 comments on commit d486f4b

Please sign in to comment.