Completed
Push — master ( 9b1383...69eea5 )
by Greg
01:24
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
 use Hubph\Git\WorkingCopy;
20 16
 
21 17
 class HubphCommands extends \Robo\Tasks implements ConfigAwareInterface, LoggerAwareInterface
Please login to merge, or discard this patch.
src/Git/Git.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 
4 4
 namespace Hubph\Git;
5 5
 
6
-use Psr\Log\LoggerAwareInterface;
7
-use Psr\Log\LoggerAwareTrait;
8
-use Symfony\Component\Filesystem\Filesystem;
9 6
 use Hubph\Util\ExecWithRedactionTrait;
10 7
 
11 8
 trait Git
Please login to merge, or discard this patch.
src/Git/Remote.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Composer\Semver\Semver;
6 6
 use Psr\Log\LoggerAwareInterface;
7 7
 use Psr\Log\LoggerAwareTrait;
8
-use Symfony\Component\Filesystem\Filesystem;
9 8
 use Hubph\Util\ExecWithRedactionTrait;
10 9
 
11 10
 class Remote implements LoggerAwareInterface
Please login to merge, or discard this patch.