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 ( 7d30e4...b723a0 )
by Andrea
03:14
created
src/app/Repositories/Menus.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
26 26
         return $this->model->withDepth()->find($id, $columns);
27 27
     }
28 28
 
29
+    /**
30
+     * @param string $name
31
+     */
29 32
     public function tree($name)
30 33
     {
31 34
         $root = $this->findBy('name', $name);
Please login to merge, or discard this patch.
src/app/Repositories/Users.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -97,6 +97,9 @@
 block discarded – undo
97 97
         }
98 98
     }
99 99
 
100
+    /**
101
+     * @param string $name
102
+     */
100 103
     public function getUniqueUsername($name)
101 104
     {
102 105
         $nrRand = rand(0,100);
Please login to merge, or discard this patch.