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 — dependabot/npm_and_yarn/webpac... ( 120d5f )
by
unknown
238:39 queued 228:44
created
src/Event/AuthorizeEvent.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     private $deferred;
34 34
 
35 35
     /**
36
-     * @param LoopInterface $loop
36
+     * @param string $realm
37 37
      * @return static
38 38
      */
39 39
     public static function create($realm, Session $session, ActionMessageInterface $actionMsg)
@@ -45,6 +45,10 @@  discard block
 block discarded – undo
45 45
         ]);
46 46
     }
47 47
 
48
+    /**
49
+     * @param string $name
50
+     * @param ActionMessageInterface $subject
51
+     */
48 52
     public function __construct($name, $subject = null, $data = null)
49 53
     {
50 54
         parent::__construct($name, $subject, $data);
Please login to merge, or discard this patch.
src/Security/AuthorizationManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,6 @@
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @param MessageEvent $msg
79 78
      */
80 79
     public function authorize(MessageEvent $messageEvent)
81 80
     {
Please login to merge, or discard this patch.