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 — rewrite-laravel (#6)
by Oliver
17:21 queued 11:38
created
app/Services/MmexService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@
 block discarded – undo
89 89
         }
90 90
     }
91 91
 
92
+    /**
93
+     * @return Category
94
+     */
92 95
     private function createOrGetCategory($name)
93 96
     {
94 97
         $existingCategory = Category::whereName($name)->first();
Please login to merge, or discard this patch.