Test Failed
Push — moodle-from-git ( b024ad )
by Luke
02:50
created
lib/ComponentManager/PackageRepository/StashPackageRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
 use DateTime;
19 19
 use OutOfBoundsException;
20 20
 use Psr\Log\LoggerInterface;
21
-use stdClass;
22 21
 use Symfony\Component\HttpFoundation\Request;
22
+use stdClass;
23 23
 
24 24
 /**
25 25
  * Atlassian Stash project package repository.
Please login to merge, or discard this patch.
lib/ComponentManager/PackageRepository/PackageRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 use ComponentManager\Exception\InvalidProjectException;
17 17
 use ComponentManager\HttpClient;
18 18
 use ComponentManager\Platform\Platform;
19
-use stdClass;
20 19
 use Symfony\Component\Filesystem\Filesystem;
20
+use stdClass;
21 21
 
22 22
 /**
23 23
  * Package repository interface.
Please login to merge, or discard this patch.
lib/ComponentManager/Step/ObtainMoodleSourceStep.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use ComponentManager\Exception\InstallationFailureException;
14 14
 use ComponentManager\HttpClient;
15 15
 use ComponentManager\Task\PackageTask;
16
-use GuzzleHttp\Client;
17 16
 use Psr\Log\LoggerInterface;
18 17
 use Symfony\Component\HttpFoundation\Request;
19 18
 use ZipArchive;
Please login to merge, or discard this patch.