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
Branch master (4c7938)
by TMSolution
08:55
created
Entity/CronTask.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
     /**
266 266
      * Get disabled
267 267
      *
268
-     * @return boolean 
268
+     * @return integer 
269 269
      */
270 270
     public function getDisabled()
271 271
     {
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
     /**
312 312
      * Get used
313 313
      *
314
-     * @return boolean 
314
+     * @return integer 
315 315
      */
316 316
     public function getUsed()
317 317
     {
Please login to merge, or discard this patch.