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 ( be50ce...d73656 )
by Freek
02:05
created
src/MonitorCollection.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,13 +4,12 @@
 block discarded – undo
4 4
 
5 5
 use Generator;
6 6
 use GrahamCampbell\GuzzleFactory\GuzzleFactory;
7
-use GuzzleHttp\Client;
8
-use Illuminate\Support\Collection;
7
+use GuzzleHttp\Exception\RequestException;
9 8
 use GuzzleHttp\Promise\EachPromise;
9
+use Illuminate\Support\Collection;
10 10
 use Psr\Http\Message\ResponseInterface;
11
-use Spatie\UptimeMonitor\Models\Monitor;
12
-use GuzzleHttp\Exception\RequestException;
13 11
 use Spatie\UptimeMonitor\Helpers\ConsoleOutput;
12
+use Spatie\UptimeMonitor\Models\Monitor;
14 13
 
15 14
 class MonitorCollection extends Collection
16 15
 {
Please login to merge, or discard this patch.