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
Pull Request — master (#302)
by Nikolay
06:11
created
src/Queue/SyncQueue.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
23 23
      */
24 24
     protected $router;
25 25
 
26
+    /**
27
+     * @param string $name
28
+     */
26 29
     public function __construct($name, EventDispatcherInterface $dispatcher, Router $router)
27 30
     {
28 31
         parent::__construct($name);
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Bernard\Event\EnvelopeEvent;
8 8
 use Bernard\Event\PingEvent;
9 9
 use Bernard\Event\RejectEnvelopeEvent;
10
-use Bernard\Exception\InvalidOperationException;
11 10
 use Bernard\Router;
12 11
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
13 12
 
Please login to merge, or discard this patch.