diff options
author | Valentin Popov <info@valentineus.link> | 2020-07-19 19:15:07 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-07-19 19:15:07 +0300 |
commit | a5a69a7732eaf278200ff2af53ed875de43714af (patch) | |
tree | 37ff530b55fe486b1e64b4c67e4c043e935c8133 /src | |
parent | 7d078315d6f592de968fbaf9959a2dbc2f59ddfe (diff) | |
download | php-epg-service-a5a69a7732eaf278200ff2af53ed875de43714af.tar.xz php-epg-service-a5a69a7732eaf278200ff2af53ed875de43714af.zip |
Fixed PhpDoc
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-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 |