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
Pull Request — master (#7)
by Alexander
49:36 queued 24:33
created
src/LeadCommerce/Shopware/SDK/Query/Base.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 
81 81
     /**
82 82
      * Fetch and build entity.
83
-     * @param $uri
83
+     * @param string $uri
84 84
      * @param string $method
85 85
      * @param null $body
86 86
      * @param array $headers
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
      * @param null $body
221 221
      * @param array $headers
222 222
      *
223
-     * @return mixed|ResponseInterface
223
+     * @return ResponseInterface
224 224
      */
225 225
     protected function fetchSimple($uri, $method = 'GET', $body = null, $headers = [])
226 226
     {
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
 
230 230
     /**
231 231
      * Fetch as json object.
232
-     * @param $uri
232
+     * @param string $uri
233 233
      * @param string $method
234 234
      * @param null $body
235 235
      * @param array $headers
Please login to merge, or discard this patch.