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 — master ( fe4962...3aa77f )
by Thijs
04:04
created
src/Platform/Webservices/Connector.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -63,13 +63,13 @@  discard block
 block discarded – undo
63 63
         return $this->getAdapter()->call(
64 64
             'accountEditV2',
65 65
             ['accountid'        => $accountId,
66
-             'address'          => $address,
67
-             'contactname'      => $contactName,
68
-             'contactemail'     => $contactEmail,
69
-             'telephone'        => $telephone,
70
-             'fax'              => $fax,
71
-             'description'      => $description,
72
-             'balancethreshold' => (float)$balanceThreshold,
66
+                'address'          => $address,
67
+                'contactname'      => $contactName,
68
+                'contactemail'     => $contactEmail,
69
+                'telephone'        => $telephone,
70
+                'fax'              => $fax,
71
+                'description'      => $description,
72
+                'balancethreshold' => (float)$balanceThreshold,
73 73
             ]
74 74
         );
75 75
     }
@@ -542,15 +542,15 @@  discard block
 block discarded – undo
542 542
         return $this->getAdapter()->call(
543 543
             'addressReeksFullParameterSearch',
544 544
             ['province'          => $province,
545
-             'district'          => $district,
546
-             'city'              => $city,
547
-             'street'            => $street,
548
-             'houseNo'           => $houseNo,
549
-             'houseNoAddition'   => $houseNoAddition,
550
-             'nbcode'            => $nbCode,
551
-             'lettercombination' => $letterCombination,
552
-             'addresstype'       => $addressType,
553
-             'page'              => $page,
545
+                'district'          => $district,
546
+                'city'              => $city,
547
+                'street'            => $street,
548
+                'houseNo'           => $houseNo,
549
+                'houseNoAddition'   => $houseNoAddition,
550
+                'nbcode'            => $nbCode,
551
+                'lettercombination' => $letterCombination,
552
+                'addresstype'       => $addressType,
553
+                'page'              => $page,
554 554
             ]
555 555
         );
556 556
     }
@@ -575,12 +575,12 @@  discard block
 block discarded – undo
575 575
         return $this->getAdapter()->call(
576 576
             'addressReeksParameterSearch',
577 577
             ['province'        => $province,
578
-             'district'        => $district,
579
-             'city'            => $city,
580
-             'street'          => $street,
581
-             'houseNo'         => $houseNo,
582
-             'houseNoAddition' => $houseNoAddition,
583
-             'page'            => $page]
578
+                'district'        => $district,
579
+                'city'            => $city,
580
+                'street'          => $street,
581
+                'houseNo'         => $houseNo,
582
+                'houseNoAddition' => $houseNoAddition,
583
+                'page'            => $page]
584 584
         );
585 585
     }
586 586
 
Please login to merge, or discard this patch.