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 — master (#78)
by Marc
04:42
created
src/Commands/StatusCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -152,9 +152,9 @@
 block discarded – undo
152 152
 
153 153
 
154 154
     /**
155
-     * @param $sTitle
155
+     * @param string $sTitle
156 156
      * @param $aJobLists
157
-     * @param $sListFormat
157
+     * @param string $sListFormat
158 158
      * @return $this
159 159
      */
160 160
     private function printJobList($sTitle, $aJobLists, $sListFormat)
Please login to merge, or discard this patch.