@@ -11,9 +11,6 @@ |
||
11 | 11 | use Robo\Exception\TaskException; |
12 | 12 | use Robo\Exception\TaskExitException; |
13 | 13 | use Robo\Contract\CommandInterface; |
14 | - |
|
15 | - |
|
16 | -use Robo\Common\ProgressIndicatorAwareTrait; |
|
17 | 14 | use Robo\Contract\InflectionInterface; |
18 | 15 | |
19 | 16 | /** |
@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Robo\Collection; |
4 | 4 | |
5 | -use Robo\Contract\TaskInterface; |
|
6 | - |
|
7 | 5 | /** |
8 | 6 | * The temporary collection keeps track of the global collection of |
9 | 7 | * temporary cleanup tasks in instances where temporary-generating |
@@ -2,13 +2,10 @@ |
||
2 | 2 | namespace Robo\Log; |
3 | 3 | |
4 | 4 | use Robo\Result; |
5 | -use Robo\TaskInfo; |
|
6 | 5 | use Robo\Contract\PrintedInterface; |
7 | 6 | use Robo\Contract\ProgressIndicatorAwareInterface; |
8 | 7 | use Robo\Common\ProgressIndicatorAwareTrait; |
9 | - |
|
10 | 8 | use Psr\Log\LogLevel; |
11 | -use Psr\Log\LoggerInterface; |
|
12 | 9 | use Psr\Log\LoggerAwareInterface; |
13 | 10 | use Psr\Log\LoggerAwareTrait; |
14 | 11 | use Consolidation\Log\ConsoleLogLevel; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Robo; |
3 | 3 | |
4 | 4 | use Robo\Contract\TaskInterface; |
5 | -use Robo\Contract\LogResultInterface; |
|
6 | 5 | use Robo\Exception\TaskExitException; |
7 | 6 | |
8 | 7 | class Result extends ResultData |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Robo\Task\Development; |
3 | 3 | |
4 | 4 | use Robo\Contract\ProgressIndicatorAwareInterface; |
5 | -use Robo\Common\ProgressIndicatorAwareTrait; |
|
6 | 5 | use Robo\Contract\PrintedInterface; |
7 | 6 | use Robo\Result; |
8 | 7 | use Robo\Task\BaseTask; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Robo\Task\File; |
4 | 4 | |
5 | -use Robo\Collection\Collection; |
|
6 | 5 | use Robo\Contract\CompletionInterface; |
7 | 6 | |
8 | 7 | /** |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Robo\Task\Filesystem; |
3 | 3 | |
4 | -use Robo\Collection\Temporary; |
|
5 | - |
|
6 | 4 | trait loadTasks |
7 | 5 | { |
8 | 6 | /** |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Robo\Contract\TaskInterface; |
7 | 7 | use Robo\Contract\SimulatedInterface; |
8 | 8 | use Robo\Log\RoboLogLevel; |
9 | -use Psr\Log\LogLevel; |
|
10 | 9 | use Robo\Contract\CommandInterface; |
11 | 10 | |
12 | 11 | class Simulator extends BaseTask implements CommandInterface |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace Robo\Task\Filesystem; |
3 | 3 | |
4 | -use Robo\Collection\Temporary; |
|
5 | - |
|
6 | 4 | trait loadTasks |
7 | 5 | { |
8 | 6 | /** |