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.
Passed
Branch master (6b7e81)
by Mohamed
24:55
created
src/LeadCommerce/Shopware/SDK/Entity/CustomerAttribute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return int
71
+     * @return string
72 72
      */
73 73
     public function getStripeCustomerId()
74 74
     {
Please login to merge, or discard this patch.
src/LeadCommerce/Shopware/SDK/Query/Base.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
     /**
138 138
      * Fetch and build entity.
139 139
      *
140
-     * @param $uri
140
+     * @param string $uri
141 141
      * @param string $method
142 142
      * @param null   $body
143 143
      * @param array  $headers
@@ -345,7 +345,7 @@  discard block
 block discarded – undo
345 345
      * @param null   $body
346 346
      * @param array  $headers
347 347
      *
348
-     * @return mixed|ResponseInterface
348
+     * @return ResponseInterface
349 349
      */
350 350
     protected function fetchSimple($uri, $method = 'GET', $body = null, $headers = [])
351 351
     {
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
     /**
356 356
      * Fetch as json object.
357 357
      *
358
-     * @param $uri
358
+     * @param string $uri
359 359
      * @param string $method
360 360
      * @param null   $body
361 361
      * @param array  $headers
Please login to merge, or discard this patch.