@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | use Robo\Robo; |
3 | - |
|
4 | 3 | use Consolidation\Config\Loader\ConfigProcessor; |
5 | 4 | use Consolidation\Config\Loader\YamlConfigLoader; |
6 | 5 |
@@ -7,8 +7,6 @@ |
||
7 | 7 | |
8 | 8 | namespace Robo\Common; |
9 | 9 | |
10 | -use Symfony\Component\Process\Exception\InvalidArgumentException; |
|
11 | - |
|
12 | 10 | /** |
13 | 11 | * ProcessUtils is a bunch of utility methods. We want to allow Robo 1.x |
14 | 12 | * to work with Symfony 4.x while remaining backwards compatibility. This |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace RoboExample\Robo\Plugin\Commands; |
3 | 3 | |
4 | 4 | use Robo\Result; |
5 | - |
|
6 | 5 | use Consolidation\AnnotatedCommand\CommandData; |
7 | 6 | use Consolidation\OutputFormatters\Options\FormatterOptions; |
8 | 7 | use Consolidation\OutputFormatters\StructuredData\RowsOfFields; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Robo\Config; |
3 | 3 | |
4 | 4 | use Consolidation\Config\Util\ConfigOverlay; |
5 | -use Consolidation\Config\ConfigInterface; |
|
6 | 5 | |
7 | 6 | class Config extends ConfigOverlay implements GlobalOptionDefaultValuesInterface |
8 | 7 | { |