Skip to content

Commit

Permalink
fix: country prefix should return string
Browse files Browse the repository at this point in the history
Applied the same fix as in the main repo, but on v3.0 Vonage@ee2eec3
  • Loading branch information
cmmata committed Jun 11, 2024
1 parent abd4047 commit 909806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Insights/Basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function getCountryName(): string
return $this->data['country_name'];
}

public function getCountryPrefix(): int
public function getCountryPrefix(): string
{
return $this->data['country_prefix'];
}
Expand Down

0 comments on commit 909806f

Please sign in to comment.