Passed
Push — master ( 6b1451...e78500 )
by Luke
06:49
created
lib/ComponentManager/PackageRepository/PackageRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 use ComponentManager\ComponentSpecification;
14 14
 use ComponentManager\ComponentVersion;
15 15
 use ComponentManager\Platform\Platform;
16
-use stdClass;
17 16
 use Symfony\Component\Filesystem\Filesystem;
17
+use stdClass;
18 18
 
19 19
 /**
20 20
  * Package repository interface.
Please login to merge, or discard this patch.
lib/ComponentManager/PackageSource/GitPackageSource.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace ComponentManager\PackageSource;
12 12
 
13 13
 use ComponentManager\ComponentSource\GitComponentSource;
14
-use ComponentManager\Exception\UnsatisfiedVersionException;
15 14
 use ComponentManager\Exception\VersionControlException;
16 15
 use ComponentManager\ResolvedComponentVersion;
17 16
 use ComponentManager\VersionControl\Git\GitRemote;
Please login to merge, or discard this patch.