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.
Completed
Push — master ( 0a67c8...aec3a2 )
by Liuta
03:06
created
includes/class-xcloner-file-system.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -187,6 +187,9 @@  discard block
 block discarded – undo
187 187
 		return $total;		
188 188
 	}
189 189
 	
190
+	/**
191
+	 * @param string $backup_name
192
+	 */
190 193
 	public function is_part($backup_name)
191 194
 	{
192 195
 		if(stristr($backup_name, "-part"))
@@ -577,6 +580,9 @@  discard block
 block discarded – undo
577 580
 		
578 581
 	}
579 582
 	
583
+	/**
584
+	 * @param string $tmp_file
585
+	 */
580 586
 	public function estimate_reading_time($tmp_file)
581 587
 	{
582 588
 		$this->logger->debug(sprintf(("Estimating file system reading time")));
@@ -615,6 +621,9 @@  discard block
 block discarded – undo
615 621
 		return $name;	
616 622
 	}
617 623
 	
624
+	/**
625
+	 * @param string $field
626
+	 */
618 627
 	public function sort_by( &$array, $field, $direction = 'asc')
619 628
 	{
620 629
 		if(strtolower($direction) == "desc" || $direction == SORT_DESC)
Please login to merge, or discard this patch.