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 ( 6980bd...472cb3 )
by Mozammil
02:01
created
src/Files.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -174,8 +174,6 @@  discard block
 block discarded – undo
174 174
     /**
175 175
      * Moves given file/folder
176 176
      *
177
-     * @param integer $id
178
-     * @param string $name
179 177
      *
180 178
      * @throws \GuzzleHttp\Exception\GuzzleException
181 179
      *
@@ -449,7 +447,7 @@  discard block
 block discarded – undo
449 447
      * Sets default video position for a video file.
450 448
      *
451 449
      * @param integer $id
452
-     * @param string $time
450
+     * @param integer $time
453 451
      *
454 452
      * @throws \GuzzleHttp\Exception\GuzzleException
455 453
      *
Please login to merge, or discard this patch.
src/Http/Client.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,6 @@
 block discarded – undo
61 61
      * Sends a POST Request
62 62
      *
63 63
      * @param string $uri
64
-     * @param array $query
65 64
      * @param array $options
66 65
      *
67 66
      * @return string JSON
Please login to merge, or discard this patch.