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/Traits/MessagePropertiesForPeek.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@
 block discarded – undo
46 46
         return $this->priority;
47 47
     }
48 48
 
49
+    /**
50
+     * @param boolean $base64
51
+     */
49 52
     public function readMessagePropertiesForPeekXML(\XMLReader $xmlReader, $base64)
50 53
     {
51 54
         $message = Message::fromXML($xmlReader, $base64);
Please login to merge, or discard this 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.
lib/AliyunMNS/Traits/MessagePropertiesForReceive.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
         return $this->receiptHandle;
16 16
     }
17 17
 
18
+    /**
19
+     * @param boolean $base64
20
+     */
18 21
     public function readMessagePropertiesForReceiveXML(\XMLReader $xmlReader, $base64)
19 22
     {
20 23
         $message = Message::fromXML($xmlReader, $base64);
Please login to merge, or discard this patch.