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 ( 096e0a...7c9715 )
by
unknown
04:00
created
src/Workflow/Composer/Base.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -365,8 +365,8 @@
 block discarded – undo
365 365
     /**
366 366
      * Check that package is white-listed, is git-package and up-to-date
367 367
      *
368
-     * @param $package
369
-     * @param $branch
368
+     * @param Package $package
369
+     * @param string $branch
370 370
      *
371 371
      * @return void
372 372
      *
Please login to merge, or discard this patch.