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 ( ceb3b5...20e764 )
by Omar El
02:50
created
app/core/Response.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@  discard block
 block discarded – undo
202 202
     /**
203 203
     * Stop execution of the current script.
204 204
     *
205
-    * @param int|string $status
205
+    * @param integer $status
206 206
     * @return void
207 207
     * @see http://php.net/exit
208 208
     */
@@ -259,7 +259,7 @@  discard block
 block discarded – undo
259 259
      * Returns the mime type definition for an alias
260 260
      *
261 261
      * @param string $key
262
-     * @return mixed
262
+     * @return string
263 263
      */
264 264
     private function getMimeType($key){
265 265
 
Please login to merge, or discard this patch.