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.
Passed
Branch master (ef2bd9)
by James
03:02
created
src/ApacheParser.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,6 @@
 block discarded – undo
46 46
     /**
47 47
      * Does some extra parsing after the active config has turned into an array.
48 48
      *
49
-     * @param array $config a config file content
50 49
      *
51 50
      * @return array a config file content
52 51
      */
Please login to merge, or discard this patch.
src/Parser.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -106,7 +106,6 @@  discard block
 block discarded – undo
106 106
     /**
107 107
      * Does some extra parsing after the active config has turned into an array.
108 108
      *
109
-     * @param array $config a config file content
110 109
      *
111 110
      * @return array a config file content
112 111
      */
@@ -138,7 +137,6 @@  discard block
 block discarded – undo
138 137
     /**
139 138
      * Deletes commented lines and end line comments.
140 139
      *
141
-     * @param string $activeConfig a file content
142 140
      *
143 141
      * @return string a file content without comments
144 142
      */
Please login to merge, or discard this patch.