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 (#203)
by Ruud
10:24
created
src/Driver/FlatFileDriver.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -184,6 +184,7 @@
 block discarded – undo
184 184
     /**
185 185
      * Generates a uuid.
186 186
      *
187
+     * @param string $queueName
187 188
      * @return string
188 189
      */
189 190
     private function getJobFilename($queueName)
Please login to merge, or discard this patch.
src/Driver/PhpAmqpDriver.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Bernard\Driver;
6 6
 use PhpAmqpLib\Channel\AMQPChannel;
7 7
 use PhpAmqpLib\Connection\AMQPStreamConnection;
8
-use PhpAmqpLib\Exception\AMQPTimeoutException;
9 8
 use PhpAmqpLib\Message\AMQPMessage;
10 9
 
11 10
 class PhpAmqpDriver implements Driver
Please login to merge, or discard this patch.
src/Command/ConsumeCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 
56 56
     /**
57 57
      * @param array|string $queue
58
-     * @return Queue
58
+     * @return \Bernard\Queue
59 59
      */
60 60
     protected function getQueue($queue)
61 61
     {
Please login to merge, or discard this patch.