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-b3 ( 327194 )
by
unknown
01:00
created
src/DOMDoc.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -359,7 +359,7 @@  discard block
 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');
@@ -383,7 +383,7 @@  discard block
 block discarded – undo
383 383
    *  The $newnode, properly attached to DOMDocument. If you passed $newnode as a DOMElement
384 384
    *  then you should replace your DOMElement with the returned one.
385 385
    */
386
-   public function prepend(...$nodes): void {
386
+    public function prepend(...$nodes): void {
387 387
     // $nodes[0] is newnode.
388 388
     // $nodes[1] is context.
389 389
     $this->createContext($nodes[0], 'xml');
Please login to merge, or discard this patch.