Completed
Push — master ( ba0bf6...5a7d3c )
by Greg
01:26
created
src/LogOutputStyler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 namespace Consolidation\Log;
3 3
 
4 4
 use Psr\Log\LogLevel;
5
-use Symfony\Component\Console\Output\OutputInterface;
6
-use Symfony\Component\Console\Style\OutputStyle;
7 5
 
8 6
 /**
9 7
  * Styles log output based on format mappings provided in the constructor.
Please login to merge, or discard this patch.
src/UnstyledLogOutputStyler.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 Consolidation\Log;
3 3
 
4 4
 use Symfony\Component\Console\Output\OutputInterface;
5
-use Symfony\Component\Console\Style\OutputStyle;
6 5
 
7 6
 /**
8 7
  * Base class that provides basic unstyled output.
Please login to merge, or discard this patch.