Completed
Pull Request — master (#580)
by Greg
03:16
created
src/Collection/Collection.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@  discard block
 block discarded – undo
2 2
 namespace Robo\Collection;
3 3
 
4 4
 use Robo\Result;
5
-use Robo\ResultData;
6 5
 use Psr\Log\LogLevel;
7 6
 use Robo\Contract\TaskInterface;
8 7
 use Robo\Task\StackBasedTask;
@@ -12,7 +11,6 @@  discard block
 block discarded – undo
12 11
 use Robo\Exception\TaskException;
13 12
 use Robo\Exception\TaskExitException;
14 13
 use Robo\Contract\CommandInterface;
15
-
16 14
 use Robo\Contract\InflectionInterface;
17 15
 use Robo\State\StateAwareInterface;
18 16
 use Robo\State\StateAwareTrait;
Please login to merge, or discard this patch.
tests/_helpers/CliHelper.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,10 +3,7 @@
 block discarded – undo
3 3
 
4 4
 use Robo\Robo;
5 5
 use Robo\Collection\CollectionBuilder;
6
-use Robo\Task\ValueProviderTask;
7
-
8 6
 use Symfony\Component\Console\Output\ConsoleOutput;
9
-
10 7
 use League\Container\ContainerAwareInterface;
11 8
 use League\Container\ContainerAwareTrait;
12 9
 
Please login to merge, or discard this patch.
tests/unit/Task/CollectionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 
9 9
 use Robo\Result;
10 10
 use Robo\ResultData;
11
-use Robo\Task\BaseTask;
12 11
 use Robo\Collection\Collection;
13 12
 use Robo\Task\ValueProviderTask;
14 13
 use Robo\Task\CollectionTestTask;
Please login to merge, or discard this patch.