diff options
Diffstat (limited to 'src/Entities/CountryEntity.php')
-rw-r--r-- | src/Entities/CountryEntity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/CountryEntity.php b/src/Entities/CountryEntity.php index 37d4d6e..bf8b6f7 100644 --- a/src/Entities/CountryEntity.php +++ b/src/Entities/CountryEntity.php @@ -23,7 +23,7 @@ use RuntimeException; use function is_string; /** - * @property-read int $id + * @property-read string $id * @property-read string $iso * @property-read string $lang * @property-read string $name |