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
Branch master (4f6422)
by Maxime
02:11
created
src/AbstractResponse.php 1 patch
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 EllipseSynergie\ApiResponse;
4 4
 
5 5
 use EllipseSynergie\ApiResponse\Contracts\Response;
6
-use League\Fractal\Resource\Collection;
7
-use League\Fractal\Resource\Item;
8 6
 use League\Fractal\Manager;
9 7
 use League\Fractal\Pagination\Cursor;
8
+use League\Fractal\Resource\Collection;
9
+use League\Fractal\Resource\Item;
10 10
 
11 11
 /**
12 12
  * Class Response
Please login to merge, or discard this patch.
src/Laravel/Response.php 1 patch
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 EllipseSynergie\ApiResponse\Laravel;
4 4
 
5 5
 use EllipseSynergie\ApiResponse\AbstractResponse;
6
-use League\Fractal\Pagination\IlluminatePaginatorAdapter;
7
-use Illuminate\Contracts\Routing\ResponseFactory;
8 6
 use Illuminate\Contracts\Pagination\LengthAwarePaginator;
7
+use Illuminate\Contracts\Routing\ResponseFactory;
9 8
 use Illuminate\Contracts\Validation\Validator;
9
+use League\Fractal\Pagination\IlluminatePaginatorAdapter;
10 10
 use League\Fractal\Resource\Collection;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.