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/composer/zendframew... ( fb51ad )
by
unknown
296:18 queued 286:19
created
src/Event/AuthorizeEvent.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace WyriHaximus\Ratchet\Event;
12 12
 
13 13
 use Cake\Event\Event;
14
-use Cake\Event\EventManager;
15 14
 use React\EventLoop\LoopInterface;
16 15
 use React\Promise\Deferred;
17 16
 use React\Promise\PromiseInterface;
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.
src/Shell/WebsocketShell.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace WyriHaximus\Ratchet\Shell;
4 4
 
5 5
 use Cake\Console\Shell;
6
-use Cake\Core\Configure;
7 6
 use Cake\Event\EventManager;
8 7
 use React\EventLoop\LoopInterface;
9 8
 use WyriHaximus\Ratchet\Event\ConstructEvent;
Please login to merge, or discard this patch.