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.
Test Setup Failed
Branch master (9a7ea4)
by Yang
06:35
created
lib/AliyunMNS/Requests/SendMessageRequest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use AliyunMNS\Constants;
5 5
 use AliyunMNS\Requests\BaseRequest;
6
-use AliyunMNS\Model\QueueAttributes;
7 6
 use AliyunMNS\Traits\MessagePropertiesForSend;
8 7
 
9 8
 class SendMessageRequest extends BaseRequest
Please login to merge, or discard this patch.
lib/AliyunMNS/Responses/BatchSendMessageResponse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use AliyunMNS\Responses\BaseResponse;
11 11
 use AliyunMNS\Common\XMLParser;
12 12
 use AliyunMNS\Model\SendMessageResponseItem;
13
-use AliyunMNS\Traits\MessageIdAndMD5;
14 13
 
15 14
 class BatchSendMessageResponse extends BaseResponse
16 15
 {
Please login to merge, or discard this patch.
lib/AliyunMNS/Responses/GetQueueAttributeResponse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use AliyunMNS\Model\QueueAttributes;
6 6
 use AliyunMNS\Exception\MnsException;
7 7
 use AliyunMNS\Exception\QueueNotExistException;
8
-use AliyunMNS\Exception\InvalidArgumentException;
9 8
 use AliyunMNS\Responses\BaseResponse;
10 9
 use AliyunMNS\Common\XMLParser;
11 10
 
Please login to merge, or discard this patch.
lib/AliyunMNS/Responses/MnsPromise.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use GuzzleHttp\Promise\PromiseInterface;
5 5
 use AliyunMNS\Responses\BaseResponse;
6
-use AliyunMNS\Exception\MnsException;
7 6
 use GuzzleHttp\Exception\TransferException;
8 7
 use Psr\Http\Message\ResponseInterface;
9 8
 
Please login to merge, or discard this patch.
lib/AliyunMNS/Topic.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace AliyunMNS;
3 3
 
4 4
 use AliyunMNS\Http\HttpClient;
5
-use AliyunMNS\AsyncCallback;
6 5
 use AliyunMNS\Model\TopicAttributes;
7 6
 use AliyunMNS\Model\SubscriptionAttributes;
8 7
 use AliyunMNS\Model\UpdateSubscriptionAttributes;
Please login to merge, or discard this patch.
lib/AliyunMNS/Traits/MessageIdAndMD5.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace AliyunMNS\Traits;
3 3
 
4
-use AliyunMNS\Constants;
5 4
 use AliyunMNS\Model\Message;
6 5
 
7 6
 trait MessageIdAndMD5
Please login to merge, or discard this patch.
lib/AliyunMNS/Traits/MessagePropertiesForPeek.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace AliyunMNS\Traits;
3 3
 
4
-use AliyunMNS\Constants;
5 4
 use AliyunMNS\Traits\MessageIdAndMD5;
6 5
 use AliyunMNS\Model\Message;
7 6
 
Please login to merge, or discard this patch.