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 ( 0340fb...b8bbeb )
by
unknown
65:58
created
plugins/tracker/include/REST/v1/ArtifactTemporaryFilesResource.class.php 1 patch
Unused Use Statements   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -22,18 +22,18 @@
 block discarded – undo
22 22
 
23 23
 use Tuleap\REST\ProjectAuthorization;
24 24
 use Luracast\Restler\RestException;
25
-use Tracker_Artifact_Attachment_TemporaryFile                    as TemporaryFile;
26
-use Tracker_Artifact_Attachment_TemporaryFileManager             as FileManager;
27
-use Tracker_Artifact_Attachment_TemporaryFileManagerDao          as FileManagerDao;
28
-use Tuleap\Tracker\REST\Artifact\FileInfoRepresentation          as FileInfoRepresentation;
29
-use Tuleap\Tracker\REST\Artifact\FileDataRepresentation          as FileDataRepresentation;
30
-use Tracker_Artifact_Attachment_CannotCreateException            as CannotCreateException;
31
-use Tracker_Artifact_Attachment_ChunkTooBigException             as ChunkTooBigException;
32
-use Tracker_Artifact_Attachment_InvalidPathException             as InvalidPathException;
33
-use Tracker_Artifact_Attachment_FileNotFoundException            as FileNotFoundException;
34
-use Tracker_Artifact_Attachment_InvalidOffsetException           as InvalidOffsetException;
35
-use Tracker_FileInfo_InvalidFileInfoException                    as InvalidFileInfoException;
36
-use Tracker_FileInfo_UnauthorisedException                       as UnauthorisedException;
25
+use Tracker_Artifact_Attachment_TemporaryFile as TemporaryFile;
26
+use Tracker_Artifact_Attachment_TemporaryFileManager as FileManager;
27
+use Tracker_Artifact_Attachment_TemporaryFileManagerDao as FileManagerDao;
28
+use Tuleap\Tracker\REST\Artifact\FileInfoRepresentation as FileInfoRepresentation;
29
+use Tuleap\Tracker\REST\Artifact\FileDataRepresentation as FileDataRepresentation;
30
+use Tracker_Artifact_Attachment_CannotCreateException as CannotCreateException;
31
+use Tracker_Artifact_Attachment_ChunkTooBigException as ChunkTooBigException;
32
+use Tracker_Artifact_Attachment_InvalidPathException as InvalidPathException;
33
+use Tracker_Artifact_Attachment_FileNotFoundException as FileNotFoundException;
34
+use Tracker_Artifact_Attachment_InvalidOffsetException as InvalidOffsetException;
35
+use Tracker_FileInfo_InvalidFileInfoException as InvalidFileInfoException;
36
+use Tracker_FileInfo_UnauthorisedException as UnauthorisedException;
37 37
 use Tuleap\Tracker\Artifact\Attachment\QuotaExceededException;
38 38
 use Tuleap\REST\Exceptions\LimitOutOfBoundsException;
39 39
 use Tuleap\REST\Header;
Please login to merge, or discard this patch.