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
Branch dev (7ec9be)
by Liuta
01:54
created
includes/class-xcloner-requirements.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -149,6 +149,9 @@
 block discarded – undo
149 149
 		return $this->file_format_size(disk_free_space($this->xcloner_settings->get_xcloner_store_path()));
150 150
 	}
151 151
 
152
+	/**
153
+	 * @param double $bytes
154
+	 */
152 155
 	public function file_format_size($bytes, $decimals = 2) {
153 156
 		$unit_list = array('B', 'KB', 'MB', 'GB', 'PB');
154 157
 
Please login to merge, or discard this patch.