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.
Test Failed
Pull Request — master (#1092)
by Anton
02:25
created
src/Host/FileLoader.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
      */
17 17
     private $hosts = [];
18 18
 
19
+    /**
20
+     * @param string $file
21
+     */
19 22
     public function load($file)
20 23
     {
21 24
         $data = Yaml::parse(file_get_contents($file));
Please login to merge, or discard this patch.