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 — master ( 0268aa...3ec9bd )
by cao
05:24
created
src/Console.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
 
29 29
     /**
30
-     * @param $className
30
+     * @param string $className
31 31
      * @throws \Exception
32 32
      */
33 33
     public function loadCommandsFromClass($className)
Please login to merge, or discard this patch.
src/Console/Command.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@
 block discarded – undo
64 64
         }
65 65
     }
66 66
 
67
+    /**
68
+     * @param string|null $name
69
+     */
67 70
     public function getParamMeta($name)
68 71
     {
69 72
         foreach ($this->paramMetas as $meta){
Please login to merge, or discard this patch.