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 ( aa8877...d0400e )
by Freek
01:12
created
src/Client.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace Spatie\Dropbox;
4 4
 
5 5
 use Exception;
6
-use GuzzleHttp\Psr7\StreamWrapper;
7 6
 use GuzzleHttp\Client as GuzzleClient;
8
-use Psr\Http\Message\ResponseInterface;
9 7
 use GuzzleHttp\Exception\ClientException;
8
+use GuzzleHttp\Psr7\StreamWrapper;
9
+use Psr\Http\Message\ResponseInterface;
10 10
 use Spatie\Dropbox\Exceptions\BadRequest;
11 11
 
12 12
 class Client
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -382,7 +382,7 @@
 block discarded – undo
382 382
      * @param string                              $contents
383 383
      * @param \Spatie\Dropbox\UploadSessionCursor $cursor
384 384
      * @param string                              $path
385
-     * @param string|array                        $mode
385
+     * @param string                        $mode
386 386
      * @param bool                                $autorename
387 387
      * @param bool                                $mute
388 388
      *
Please login to merge, or discard this patch.