@@ -469,7 +469,7 @@ discard block |
||
469 | 469 | /** |
470 | 470 | * Get login URL for authentication |
471 | 471 | * @param string $scope Specify which permissions your app requires (space separated list) |
472 | - * @return string |
|
472 | + * @return \stdClass |
|
473 | 473 | * @throws TwitchException |
474 | 474 | */ |
475 | 475 | public function authLoginURL($scope) |
@@ -647,7 +647,7 @@ discard block |
||
647 | 647 | * @param null $game |
648 | 648 | * @param null $limit |
649 | 649 | * @param null $offset |
650 | - * @param null $channels |
|
650 | + * @param string|null $channels |
|
651 | 651 | * @param null $embeddable |
652 | 652 | * @param null $hls |
653 | 653 | * @return \stdClass |