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 ( 4557de...22e2b5 )
by Emmanuel
05:52
created
src/GlHtmlNode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
         $innerHTML = '';
162 162
         $children  = $this->node->childNodes;
163 163
         foreach ($children as $child) {
164
-            $innerHTML .= $child->ownerDocument->saveXML($child,LIBXML_NOEMPTYTAG);
164
+            $innerHTML .= $child->ownerDocument->saveXML($child, LIBXML_NOEMPTYTAG);
165 165
         }
166 166
 
167 167
         return $innerHTML;
Please login to merge, or discard this patch.