Completed
Pull Request — master (#531)
by
unknown
03:16
created
src/Common/ExecTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Robo\Common;
4 4
 
5
-use Psr\Log\LoggerAwareTrait;
6 5
 use Robo\Result;
7 6
 use Symfony\Component\Process\Process;
8 7
 
Please login to merge, or discard this patch.
src/Task/Base/Exec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Robo\Task\Base;
3 3
 
4
-use Robo\Common\ExecTrait;
5 4
 use Robo\Contract\CommandInterface;
6
-use Robo\Contract\PrintedInterface;
7 5
 use Robo\Contract\SimulatedInterface;
8 6
 use Robo\Task\BaseTask;
9 7
 use Symfony\Component\Process\Process;
Please login to merge, or discard this patch.