Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebarbaro authored and github-actions[bot] committed Jan 4, 2024
1 parent 3190e74 commit 3bdc787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/VatValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public function __construct(Client $client = null)
* @param string $country
* @return bool
*/
public static function countryIsSupported(string $country): bool {
public static function countryIsSupported(string $country): bool
{
return isset(self::$pattern_expression[$country]);
}

Expand Down

0 comments on commit 3bdc787

Please sign in to comment.