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
Pull Request — master (#3)
by
unknown
01:22
created
src/htmlStripHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -380,7 +380,7 @@
 block discarded – undo
380 380
         if (!strlen($html)) {
381 381
             throw new \InvalidArgumentException("Empty string given");
382 382
         }
383
-        $xml = new \DOMDocument();
383
+        $xml=new \DOMDocument();
384 384
         //Suppress warnings: proper error handling is beyond scope of example
385 385
         libxml_use_internal_errors(true);
386 386
         
Please login to merge, or discard this patch.