Completed
Push — master ( 9b1a28...1180e8 )
by Greg
01:29
created
src/Cli/HubphCommands.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,9 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace Hubph\Cli;
4 4
 
5
-use Consolidation\AnnotatedCommand\CommandData;
6
-use Consolidation\Filter\FilterOutputData;
7
-use Consolidation\Filter\LogicalOpFactory;
8 5
 use Consolidation\OutputFormatters\Options\FormatterOptions;
9 6
 use Consolidation\OutputFormatters\StructuredData\RowsOfFields;
10 7
 use Consolidation\OutputFormatters\StructuredData\PropertyList;
@@ -15,7 +12,6 @@  discard block
 block discarded – undo
15 12
 use Consolidation\AnnotatedCommand\CommandError;
16 13
 use Hubph\HubphAPI;
17 14
 use Hubph\VersionIdentifiers;
18
-use Hubph\PullRequests;
19 15
 
20 16
 class HubphCommands extends \Robo\Tasks implements ConfigAwareInterface, LoggerAwareInterface
21 17
 {
Please login to merge, or discard this patch.