diff --git a/app/src/Domain/Repository/Channel/ChannelRepository.php b/app/src/Domain/Repository/Channel/ChannelRepository.php index 115c622..caac622 100644 --- a/app/src/Domain/Repository/Channel/ChannelRepository.php +++ b/app/src/Domain/Repository/Channel/ChannelRepository.php @@ -15,6 +15,10 @@ class ChannelRepository implements ChannelRepositoryInterface protected MysqlClient $db ) { } + /** + * @param mixed[] $results Result Set from the Query + * @return Channel + */ protected function createChannelFromResults(array $results): Channel { return Channel::fromArray([