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.

Code Duplication    Length = 4-4 lines in 2 locations

includes/class-xcloner-api.php 2 locations

@@ 317-320 (lines=4) @@
314
		//$xcloner_database = $this->init_db();	
315
		$return = $this->xcloner_database->start_database_recursion($this->form_params['database'], $this->form_params['extra'], $init);
316
		
317
		if(isset($return['error']) and $return['error'])
318
			$data['finished'] = 1;
319
		else	
320
			$data['finished'] = $return['finished'];
321
			
322
		$data['extra'] = $return;
323
		
@@ 1004-1007 (lines=4) @@
1001
			
1002
			$return['total_parts'] = sizeof($backup_parts)+1;
1003
			
1004
			if($return['part'] and isset($backup_parts[$return['part']-1]))
1005
			{
1006
				$file = $backup_parts[$return['part']-1];
1007
			}
1008
			
1009
			$is_multipart = 1;	
1010
		}