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
Push — master ( 8290e3...16aad9 )
by Roman
69:13 queued 66:54
created
src/Provider/Shopify.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
      * Get the default scopes used by this provider.
78 78
      *
79 79
      * @link https://help.shopify.com/api/getting-started/authentication/oauth#scopes
80
-     * @return array
80
+     * @return string[]
81 81
      */
82 82
     protected function getDefaultScopes()
83 83
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
      *
108 108
      * @param array $response
109 109
      * @param AccessToken $token
110
-     * @return League\OAuth2\Client\Provider\ResourceOwnerInterface
110
+     * @return ShopifyResourceOwner
111 111
      */
112 112
     protected function createResourceOwner(array $response, AccessToken $token)
113 113
     {
Please login to merge, or discard this patch.