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 ( 2ab419...940f7c )
by Robert
32:50
created
framework/base/ErrorHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@
 block discarded – undo
196 196
      * @param string $message the error message.
197 197
      * @param string $file the filename that the error was raised in.
198 198
      * @param integer $line the line number the error was raised at.
199
-     * @return boolean whether the normal error handler continues.
199
+     * @return null|false whether the normal error handler continues.
200 200
      *
201 201
      * @throws ErrorException
202 202
      */
Please login to merge, or discard this patch.