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 ( 643d67...78595b )
by Sergey
02:43
created
src/Decoders/Mapping/Loader/AnnotationLoader.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,6 @@
 block discarded – undo
19 19
 use Reva2\JsonApi\Annotations\Resource as ApiResource;
20 20
 use Reva2\JsonApi\Contracts\Decoders\Mapping\ClassMetadataInterface;
21 21
 use Reva2\JsonApi\Contracts\Decoders\Mapping\Loader\LoaderInterface;
22
-use Reva2\JsonApi\Contracts\Decoders\Mapping\ObjectMetadataInterface;
23
-use Reva2\JsonApi\Contracts\Decoders\Mapping\ResourceMetadataInterface;
24 22
 use Reva2\JsonApi\Decoders\Mapping\DocumentMetadata;
25 23
 use Reva2\JsonApi\Decoders\Mapping\ObjectMetadata;
26 24
 use Reva2\JsonApi\Decoders\Mapping\PropertyMetadata;
Please login to merge, or discard this patch.