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
Branch dev (bf1ac2)
by Liuta
03:48
created
restore/xcloner_restore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1167,7 +1167,7 @@
 block discarded – undo
1167 1167
 			$return['message'] = $response;
1168 1168
 		}
1169 1169
 		
1170
-		die (json_encode($return) );
1170
+		die (json_encode($return));
1171 1171
 
1172 1172
 	}
1173 1173
 
Please login to merge, or discard this patch.
includes/class-xcloner-file-system.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -508,9 +508,9 @@
 block discarded – undo
508 508
             }
509 509
         }
510 510
 
511
-        try{
511
+        try {
512 512
             rmdir($this->xcloner_settings->get_xcloner_tmp_path());
513
-        }catch(Exception $e){
513
+        }catch (Exception $e) {
514 514
             //silent continue
515 515
         }
516 516
 
Please login to merge, or discard this patch.