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
Branch dev (7ec9be)
by Liuta
01:54
created
restore/xcloner_restore.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -65,13 +65,8 @@
 block discarded – undo
65 65
 
66 66
 use League\Flysystem\Config;
67 67
 use League\Flysystem\Filesystem;
68
-use League\Flysystem\Util;
69 68
 use League\Flysystem\Adapter\Local;
70
-
71 69
 use splitbrain\PHPArchive\Tar;
72
-use splitbrain\PHPArchive\Archive;
73
-use splitbrain\PHPArchive\FileInfo;
74
-
75 70
 use Monolog\Logger;
76 71
 use Monolog\Handler\StreamHandler;
77 72
 
Please login to merge, or discard this patch.
includes/class-xcloner-api.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -28,13 +28,8 @@
 block discarded – undo
28 28
 
29 29
 use League\Flysystem\Config;
30 30
 use League\Flysystem\Filesystem;
31
-use League\Flysystem\Util;
32 31
 use League\Flysystem\Adapter\Local;
33
-
34 32
 use splitbrain\PHPArchive\Tar;
35
-use splitbrain\PHPArchive\Zip;
36
-use splitbrain\PHPArchive\Archive;
37
-use splitbrain\PHPArchive\FileInfo;
38 33
 
39 34
 
40 35
 /**
Please login to merge, or discard this patch.
includes/class-xcloner-file-system.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 
29 29
 use League\Flysystem\Config;
30 30
 use League\Flysystem\Filesystem;
31
-use League\Flysystem\Util;
32 31
 use League\Flysystem\Adapter\Local;
33 32
 
34 33
 /**
Please login to merge, or discard this patch.
includes/class-xcloner-remote-storage.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -28,23 +28,16 @@
 block discarded – undo
28 28
 
29 29
 use League\Flysystem\Config;
30 30
 use League\Flysystem\Filesystem;
31
-
32 31
 use League\Flysystem\Adapter\Ftp as Adapter;
33
-
34 32
 use League\Flysystem\Sftp\SftpAdapter;
35
-
36 33
 use Srmklive\Dropbox\Client\DropboxClient;
37 34
 use Srmklive\Dropbox\Adapter\DropboxAdapter;
38
-
39 35
 use MicrosoftAzure\Storage\Common\ServicesBuilder;
40 36
 use League\Flysystem\Azure\AzureAdapter;
41
-
42 37
 use Aws\S3\S3Client;
43 38
 use League\Flysystem\AwsS3v3\AwsS3Adapter;
44
-
45 39
 use Mhetreramesh\Flysystem\BackblazeAdapter;
46 40
 use BackblazeB2\Client as B2Client;
47
-
48 41
 use Sabre\DAV\Client as SabreClient;
49 42
 use League\Flysystem\WebDAV\WebDAVAdapter;
50 43
 
Please login to merge, or discard this patch.