diff options
author | Valentin Popov <info@valentineus.link> | 2020-07-18 14:42:53 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-07-18 14:42:53 +0300 |
commit | 92bfdcb284477b66d0b3770bc8fbaf1c12cc0b56 (patch) | |
tree | 1df907e867f228c777d8620b2208cefa557cabff /src/Repositories | |
parent | 9d6e3525afeb1a396f78e05c8c8957860a9c4a41 (diff) | |
download | php-epg-service-92bfdcb284477b66d0b3770bc8fbaf1c12cc0b56.tar.xz php-epg-service-92bfdcb284477b66d0b3770bc8fbaf1c12cc0b56.zip |
Updated channel repository
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/Repositories')
-rw-r--r-- | src/Repositories/ChannelRepository.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Repositories/ChannelRepository.php b/src/Repositories/ChannelRepository.php index 4a400f2..44eac36 100644 --- a/src/Repositories/ChannelRepository.php +++ b/src/Repositories/ChannelRepository.php @@ -62,7 +62,7 @@ final class ChannelRepository implements BaseRepository { } /** - * @return array + * @return \EPGService\Entities\ChannelEntity[] * * @throws \GuzzleHttp\Exception\GuzzleException * @throws \RuntimeException |