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 (#19)
by
unknown
07:09
created
src/Utils/SoapManager.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -171,8 +171,8 @@
 block discarded – undo
171 171
         }
172 172
     }
173 173
     /**
174
-    * @param array $headers
175
-    */
174
+     * @param array $headers
175
+     */
176 176
     protected function setHeaders(array $headers = null)
177 177
     {
178 178
         if (null === $headers) {
Please login to merge, or discard this patch.