GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Pull Request — master (#1)
by
unknown
04:06
created
src/Provider/Shopify.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
      * Get the default scopes used by this provider.
85 85
      *
86 86
      * @link https://help.shopify.com/api/getting-started/authentication/oauth#scopes
87
-     * @return array
87
+     * @return string
88 88
      */
89 89
     protected function getDefaultScopes()
90 90
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      *
116 116
      * @param array $response
117 117
      * @param AccessToken $token
118
-     * @return League\OAuth2\Client\Provider\ResourceOwnerInterface
118
+     * @return ShopifyResourceOwner
119 119
      */
120 120
     protected function createResourceOwner(array $response, AccessToken $token)
121 121
     {
Please login to merge, or discard this patch.