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.
Test Failed
Push — 9.x-4.x-dev-b1 ( 5303a7...91aedf )
by
unknown
57s
created
src/DOMDoc.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -359,7 +359,7 @@
 block discarded – undo
359 359
    *  The $newnode, properly attached to DOMDocument. If you passed $newnode as a DOMElement
360 360
    *  then you should replace your DOMElement with the returned one.
361 361
    */
362
- public function append(...$nodes) : void {
362
+  public function append(...$nodes) : void {
363 363
     // $nodes[0] is newnode.
364 364
     // $nodes[1] is context.
365 365
     $this->createContext($nodes[0], 'xml');
Please login to merge, or discard this patch.