Completed
Pull Request — master (#104)
by Thibaud
03:15
created
src/Resource/Teleporter/LocalTeleporter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Alchemy\Zippy\Exception\IOException;
16 16
 use Alchemy\Zippy\Exception\InvalidArgumentException;
17 17
 use Alchemy\Zippy\Resource\ResourceLocator;
18
-use Alchemy\Zippy\Resource\TargetLocator;
19 18
 use Symfony\Component\Filesystem\Filesystem;
20 19
 use Symfony\Component\Filesystem\Exception\IOException as SfIOException;
21 20
 
Please login to merge, or discard this patch.
src/Resource/TeleporterContainer.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,8 +98,7 @@
 block discarded – undo
98 98
                     new ResourceLocator()
99 99
                 );
100 100
             };
101
-        }
102
-        elseif (class_exists('Guzzle\Http\Client')) {
101
+        } elseif (class_exists('Guzzle\Http\Client')) {
103 102
             $container->factories['guzzle-teleporter'] = function () {
104 103
                 return new GuzzleTeleporter();
105 104
             };
Please login to merge, or discard this patch.