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 ( 871846...74ff18 )
by Haven
11:17
created
src/LarsignService.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     /**
108 108
      * Split authorization signature
109 109
      *
110
-     * @param string $authorization
110
+     * @param string $authorizationLarsign
111 111
      * @return list
112 112
      */
113 113
     public function splitAuthorizationLarsign($authorizationLarsign)
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
      * @param string $authorizationLarsign
180 180
      * @param string $url
181 181
      * @param string $body
182
-     * @param int $bodeadlinedy
182
+     * @param integer $deadline
183 183
      * @return bool
184 184
      */
185 185
     public function verifyCallback($contentType, $authorizationLarsign, $url, $body, $deadline)
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace HavenShen\Larsign;
3 3
 
4
-use HavenShen\Larsign\LarsignException;
5
-
6 4
 /**
7 5
  * LarsignService
8 6
  *
Please login to merge, or discard this patch.