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 (#320)
by Maksim
02:03
created
src/Command/Doctrine/AbstractCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
  */
17 17
 abstract class AbstractCommand extends Command
18 18
 {
19
+    /**
20
+     * @param string $name
21
+     */
19 22
     public function __construct($name)
20 23
     {
21 24
         parent::__construct('bernard:doctrine:' . $name);
Please login to merge, or discard this patch.
src/Driver/AmqpInteropDriver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-     * @param $queueName
112
+     * @param string $queueName
113 113
      *
114 114
      * @return AmqpQueue
115 115
      */
Please login to merge, or discard this patch.