Completed
Push — master ( dd1cd3...2cfe5c )
by Guillaume
09:44 queued 03:54
created
src/Console/Handler/RunHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Monitor\Renderer\RendererFactory;
6 6
 use Monitor\Runner\Runner;
7
-use Webmozart\Console\Adapter\IOOutput;
8 7
 use Webmozart\Console\Api\Args\Args;
9 8
 use Webmozart\Console\Api\Command\Command;
10 9
 use Webmozart\Console\Api\IO\IO;
Please login to merge, or discard this patch.
tests/Handler/InitHandlerTest.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 Hogosha\Monitor\Configuration\ConfigurationDumper;
6 6
 use Hogosha\Monitor\Configuration\ConfigurationLoader;
7 7
 use Hogosha\Monitor\Console\Handler\InitHandler;
8
-use Hogosha\Monitor\DependencyInjection\Exception\ConfigurationLoadingException;
9 8
 use Hogosha\Monitor\Monitor;
10 9
 use Prophecy\Argument;
11 10
 use Prophecy\type;
Please login to merge, or discard this patch.