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 ( 6844c1...5a9a8d )
by Miša
08:04
created
src/Drivers/JSONTranslationDriver.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -202,6 +202,9 @@
 block discarded – undo
202 202
         return "meta" . DIRECTORY_SEPARATOR . "{$language}.json";
203 203
     }
204 204
 
205
+    /**
206
+     * @param string $language
207
+     */
205 208
     protected function getLanguageModelMap($language)
206 209
     {
207 210
         if (!$this->disk->has($this->mapName($language))) {
Please login to merge, or discard this patch.