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 (e0527b)
by Liuta
04:26
created
includes/class-xcloner-encryption.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
 	 * @param string $iv   The IV key to use.
107 107
 	 * @param bool $verification   Weather we should we try to verify the decryption.
108 108
 	 * @return array|false  Returns array or FALSE if an error occured
109
-     * @throws Exception
109
+	 * @throws Exception
110 110
 	 */
111 111
 	public function encrypt_file($source, $dest = "", $key = "", $start = 0, $iv = 0, $verification = true, $recursive = false)
112 112
 	{
@@ -237,7 +237,7 @@  discard block
 block discarded – undo
237 237
 	 * @param int $start   Start position for reading when doing incremental mode.
238 238
 	 * @param string $iv   The IV key to use.
239 239
 	 * @return array|false  Returns array or FALSE if an error occured
240
-     * @throws Exception
240
+	 * @throws Exception
241 241
 	 */
242 242
 	public function decrypt_file($source, $dest = "", $key = "", $start = 0, $iv = 0, $recursive = false)
243 243
 	{
Please login to merge, or discard this patch.