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 ( 27954e...8824ec )
by Tobias
04:24 queued 02:19
created
src/Provider/LocationIQ/LocationIQ.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -181,6 +181,9 @@
 block discarded – undo
181 181
         return self::BASE_API_URL.'/reverse.php?format=xml&lat=%F&lon=%F&addressdetails=1&zoom=%d&key='.$this->apiKey;
182 182
     }
183 183
 
184
+    /**
185
+     * @return string|null
186
+     */
184 187
     private function getNodeValue(\DOMNodeList $element)
185 188
     {
186 189
         return $element->length ? $element->item(0)->nodeValue : null;
Please login to merge, or discard this patch.