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 — integration (#2604)
by Brendan
04:25
created
install/lib/Installer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     /**
76 76
      * Overrides the default `initialiseLog()` method and writes logs to  `manifest/logs/install`
77 77
      *
78
-     * @param null $filename
78
+     * @param string $filename
79 79
      * @return boolean|void
80 80
      * @throws Exception
81 81
      */
Please login to merge, or discard this patch.
install/lib/InstallerPage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -141,6 +141,9 @@
 block discarded – undo
141 141
         }
142 142
     }
143 143
 
144
+    /**
145
+     * @param string $message
146
+     */
144 147
     private function __appendError(array $codes, XMLElement &$element, $message = null)
145 148
     {
146 149
         if (is_null($message)) {
Please login to merge, or discard this patch.