| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class GetStream extends AbstractController |
||
| 15 | { |
||
| 16 | public function __construct( |
||
| 17 | private readonly TwitchItemDataProvider $twitchItemDataProvider |
||
| 18 | ) { |
||
| 19 | } |
||
| 20 | |||
| 21 | |||
| 22 | /** |
||
| 23 | * @param Channel $channel |
||
| 24 | * @return JsonResponse |
||
| 25 | */ |
||
| 26 | public function __invoke(Channel $channel): JsonResponse |
||
| 40 | } |
||
| 41 | } |
||
| 42 |