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 — rewrite-laravel ( a3f458...f831e5 )
by Oliver
05:13
created
app/Http/Controllers/Api/MmexController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -206,6 +206,9 @@
 block discarded – undo
206 206
         return $this->returnText(Constants::$operation_succeded);
207 207
     }
208 208
 
209
+    /**
210
+     * @param string $text
211
+     */
209 212
     private function returnText($text)
210 213
     {
211 214
         return response($text, 200)
Please login to merge, or discard this patch.