| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 13 | class GetStream extends AbstractController |
||
| 14 | { |
||
| 15 | public function __construct( |
||
| 16 | private readonly TwitchItemDataProvider $twitchItemDataProvider |
||
| 17 | ) { |
||
| 18 | } |
||
| 19 | |||
| 20 | |||
| 21 | /** |
||
| 22 | * @param Twitch $twitch |
||
| 23 | * @return JsonResponse |
||
| 24 | * @throws GuzzleException |
||
| 25 | */ |
||
| 26 | public function __invoke(Twitch $twitch): JsonResponse |
||
| 30 | } |
||
| 31 | } |
||
| 32 |