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 (fd499a)
by Liuta
02:56
created
includes/class-xcloner-encryption.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -18,11 +18,11 @@  discard block
 block discarded – undo
18 18
 	private $logger;
19 19
 	private $verification = false;
20 20
 
21
-    /**
22
-     * Xcloner_Encryption constructor.
23
-     * @param Xcloner $xcloner_container
24
-     */
25
-    public function __construct(Xcloner $xcloner_container)
21
+	/**
22
+	 * Xcloner_Encryption constructor.
23
+	 * @param Xcloner $xcloner_container
24
+	 */
25
+	public function __construct(Xcloner $xcloner_container)
26 26
 	{
27 27
 		$this->xcloner_container = $xcloner_container;
28 28
 		if (method_exists($xcloner_container, 'get_xcloner_settings')) {
@@ -369,10 +369,10 @@  discard block
 block discarded – undo
369 369
 	if (isset($argv[1])) {
370 370
 
371 371
 		class Xcloner {
372
-            /**
373
-             * Xcloner constructor.
374
-             */
375
-            public function __construct()
372
+			/**
373
+			 * Xcloner constructor.
374
+			 */
375
+			public function __construct()
376 376
 			{
377 377
 			}
378 378
 		}
Please login to merge, or discard this patch.