Completed
Push — master ( a20e35...2a3e96 )
by Greg
03:21
created
tests/unit/ConfigurationInjectionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Common/ProcessUtils.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
examples/src/Robo/Plugin/Commands/ExampleCommands.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Config/Config.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.