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 ( e0dd2d...2542bf )
by Liuta
02:23
created
includes/class-xcloner-scheduler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -346,6 +346,9 @@
 block discarded – undo
346 346
 		$this->xcloner_file_system->cleanup_tmp_directories();
347 347
 	}
348 348
 	
349
+	/**
350
+	 * @param integer $id
351
+	 */
349 352
 	public function xcloner_scheduler_callback($id, $schedule = "")
350 353
 	{
351 354
 		if($id)
Please login to merge, or discard this patch.