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 ( 43c55c...1f3e86 )
by Michael
08:24
created
Lib/Embera/HtmlProcessor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      * @param array $tags The tags that should be ignored
34 34
      * @param array $replacementTable Array with the conversions that should be made
35 35
      *                                Normally in the url -> html mode.
36
-     * @return void
36
+     * @return string
37 37
      */
38 38
     public function __construct(array $tags, array $replacementTable)
39 39
     {
Please login to merge, or discard this patch.