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
Push — master ( 4a99fb...868d9e )
by Liuta
04:24
created
includes/class-xcloner.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -515,7 +515,7 @@  discard block
 block discarded – undo
515 515
 
516 516
 		try {
517 517
 			$this->xcloner_scheduler->xcloner_scheduler_callback(0, $schedule);
518
-		}catch (Exception $e) {
518
+		} catch (Exception $e) {
519 519
 			$this->get_xcloner_logger()->error($e->getMessage());
520 520
 		}
521 521
 
@@ -545,7 +545,7 @@  discard block
 block discarded – undo
545 545
 		if ($error['type'] and $error['type'] === E_ERROR and $logger)
546 546
 		{
547 547
 			$logger->error($this->friendly_error_type($error['type']).": ".var_export($error, true));
548
-		}elseif ($error['type'] and $logger)
548
+		} elseif ($error['type'] and $logger)
549 549
         {
550 550
             $logger->debug($this->friendly_error_type($error['type']).": ".var_export($error, true));
551 551
         }
Please login to merge, or discard this patch.