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 (b24bdb)
by Liuta
02:03
created
admin/class-xcloner-admin.php 1 patch
Indentation   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -40,28 +40,28 @@  discard block
 block discarded – undo
40 40
 	 */
41 41
 	private $version;
42 42
 
43
-    /**
44
-     * @var Xcloner
45
-     */
46
-    private $xcloner_container;
47
-
48
-    /**
49
-     * Initialize the class and set its properties.
50
-     *
51
-     * Xcloner_Admin constructor.
52
-     * @param Xcloner $xcloner_container
53
-     */
54
-    public function __construct(Xcloner $xcloner_container) {
43
+	/**
44
+	 * @var Xcloner
45
+	 */
46
+	private $xcloner_container;
47
+
48
+	/**
49
+	 * Initialize the class and set its properties.
50
+	 *
51
+	 * Xcloner_Admin constructor.
52
+	 * @param Xcloner $xcloner_container
53
+	 */
54
+	public function __construct(Xcloner $xcloner_container) {
55 55
 
56 56
 		$this->plugin_name       = $xcloner_container->get_plugin_name();
57 57
 		$this->version           = $xcloner_container->get_version();
58 58
 		$this->xcloner_container = $xcloner_container;
59 59
 	}
60 60
 
61
-    /**
62
-     * @return Xcloner
63
-     */
64
-    public function get_xcloner_container() {
61
+	/**
62
+	 * @return Xcloner
63
+	 */
64
+	public function get_xcloner_container() {
65 65
 		return $this->xcloner_container;
66 66
 	}
67 67
 
@@ -144,10 +144,10 @@  discard block
 block discarded – undo
144 144
 
145 145
 	}
146 146
 
147
-    /**
148
-     * Returns the XCloner Storage Page
149
-     */
150
-    public function xcloner_remote_storage_page() {
147
+	/**
148
+	 * Returns the XCloner Storage Page
149
+	 */
150
+	public function xcloner_remote_storage_page() {
151 151
 		$xcloner_sanitization = $this->get_xcloner_container()->get_xcloner_sanitization();
152 152
 		$remote_storage       = $this->get_xcloner_container()->get_xcloner_remote_storage();
153 153
 
Please login to merge, or discard this patch.