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 Setup Failed
Push — 10.x-3.x-stable ( feaa3d...330b83 )
by
unknown
06:24
created
src/DOMDoc.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -345,18 +345,18 @@
 block discarded – undo
345 345
     return $this->importNode($element, true);
346 346
   }
347 347
 
348
- /**
349
-  * Append a child to the context node, make it the first child
350
-  * 
351
-  * @param ...$nodes
352
-  *  ...$nodes can either be an XML string, a DOMDocument, or a DOMElement. 
353
-  *  newnode, context
354
-  *
355
-  * @return void
356
-  *  As per new DOMDocumentt prototype
357
-  *  Nothing to return.
358
-  */
359
- public function append(...$nodes) : void {
348
+  /**
349
+   * Append a child to the context node, make it the first child
350
+   * 
351
+   * @param ...$nodes
352
+   *  ...$nodes can either be an XML string, a DOMDocument, or a DOMElement. 
353
+   *  newnode, context
354
+   *
355
+   * @return void
356
+   *  As per new DOMDocumentt prototype
357
+   *  Nothing to return.
358
+   */
359
+  public function append(...$nodes) : void {
360 360
     // $nodes[0] is newnode.
361 361
     // $nodes[1] is context.
362 362
     $this->createContext($nodes[0], 'xml');
Please login to merge, or discard this patch.