Total Complexity | 4 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class GetStreams extends AbstractController |
||
15 | { |
||
16 | |||
17 | public function __construct( |
||
18 | private readonly TwitchItemDataProvider $twitchItemDataProvider, |
||
19 | private readonly ChannelRepository $channelRepository, |
||
20 | ) { |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * @return array |
||
25 | * @throws NonUniqueResultException |
||
26 | */ |
||
27 | public function __invoke(): array |
||
47 | } |
||
48 | } |
||
49 |