Add docs to channel repository.

This commit is contained in:
Dave Smith-Hayes 2024-06-27 20:06:21 -04:00
parent 74b303fb2d
commit adb8cdb12b

View File

@ -15,6 +15,10 @@ class ChannelRepository implements ChannelRepositoryInterface
protected MysqlClient $db protected MysqlClient $db
) { } ) { }
/**
* @param mixed[] $results Result Set from the Query
* @return Channel
*/
protected function createChannelFromResults(array $results): Channel protected function createChannelFromResults(array $results): Channel
{ {
return Channel::fromArray([ return Channel::fromArray([