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
Branch master (c8af5c)
by Bekh-Ivanov
03:59
created
Category
src/ComplexTagMatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
     {
203 203
         $newDocument = new \DOMDocument();
204 204
         $cloned = $element->cloneNode(true);
205
-        $newDocument->appendChild($newDocument->importNode($cloned,true));
205
+        $newDocument->appendChild($newDocument->importNode($cloned, true));
206 206
         return trim($newDocument->saveHTML());
207 207
     }
208 208
 }
Please login to merge, or discard this patch.