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 (4d9838)
by Liuta
03:14
created
includes/class-xcloner-api.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -106,10 +106,10 @@
 block discarded – undo
106 106
 	}
107 107
 
108 108
 
109
-    /**
110
-     * Checks API access
111
-     */
112
-    private function check_access()
109
+	/**
110
+	 * Checks API access
111
+	 */
112
+	private function check_access()
113 113
 	{
114 114
 		if (function_exists('current_user_can') && !current_user_can('manage_options')) {
115 115
 			die("Not allowed access here!");
Please login to merge, or discard this patch.