Completed
Push — develop ( cb38bf...0a2511 )
by Josef
06:09
created
src/ritero/SDK/TwitchTV/TwitchSDK.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -469,7 +469,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.