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 Failed
Push — master ( 29df2b...6f2e50 )
by Dragonqos
08:12
created
src/JiraClientResponse.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     }
48 48
 
49 49
     /**
50
-     * @return bool
50
+     * @return JiraClientResponse
51 51
      */
52 52
     public function parse()
53 53
     {
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @return ResponseInterface
96
+     * @return integer
97 97
      */
98 98
     public function getCode()
99 99
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-     * @return ResponseInterface
112
+     * @return boolean
113 113
      */
114 114
     public function hasErrors()
115 115
     {
Please login to merge, or discard this patch.