Completed
Pull Request — master (#19)
by Moshe
01:15
created
src/Transport/DockerComposeTransport.php 1 patch
Unused Use Statements   -8 removed lines patch added patch discarded remove patch
@@ -2,16 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Consolidation\SiteProcess\Transport;
4 4
 
5
-use Drush\Drush;
6
-use Psr\Log\LoggerInterface;
7
-use Robo\Common\IO;
8
-use Symfony\Component\Console\Style\OutputStyle;
9 5
 use Symfony\Component\Process\Process;
10
-use Consolidation\SiteProcess\Util\RealtimeOutputHandler;
11
-use Consolidation\SiteProcess\Util\Escape;
12
-use Symfony\Component\Console\Output\ConsoleOutputInterface;
13 6
 use Consolidation\SiteAlias\AliasRecord;
14
-use Consolidation\SiteProcess\Util\Shell;
15 7
 
16 8
 /**
17 9
  * DockerComposeTransport knows how to wrap a command such that it executes on a Docker Compose service.
Please login to merge, or discard this patch.