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 — 0.x (#240)
by
unknown
07:21
created
src/Bernard/Driver/DoctrineDriver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -99,6 +99,9 @@
 block discarded – undo
99 99
         }
100 100
     }
101 101
 
102
+    /**
103
+     * @param string $queueName
104
+     */
102 105
     protected function doPopMessage($queueName)
103 106
     {
104 107
         $query = 'SELECT id, message FROM bernard_messages
Please login to merge, or discard this patch.
src/Bernard/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/Bernard/JMSSerializer/EnvelopeHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
      * @param  array           $data
117 117
      * @param  string          $type
118 118
      * @param  Context         $context
119
-     * @return Envelope
119
+     * @return DefaultMessage
120 120
      */
121 121
     public function deserializeDefaultMessage(AbstractVisitor $visitor, array $data, $type, Context $context)
122 122
     {
Please login to merge, or discard this patch.
src/Bernard/Symfony/ContainerAwareRouter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Bernard\Symfony;
4 4
 
5
-use Bernard\Envelope;
6 5
 use Symfony\Component\DependencyInjection\ContainerInterface;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.