Completed
Push — master ( 39a3ca...d8a67a )
by Tim
10s
created
src/Configuration/Logger/Formatter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 namespace TechDivision\Import\Cli\Configuration\Logger;
22 22
 
23 23
 use JMS\Serializer\Annotation\Type;
24
-use JMS\Serializer\Annotation\SerializedName;
25 24
 use TechDivision\Import\Cli\Configuration\ParamsTrait;
26 25
 use TechDivision\Import\Configuration\Logger\FormatterConfigurationInterface;
27 26
 
Please login to merge, or discard this patch.
src/Simple.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 namespace TechDivision\Import\Cli;
22 22
 
23 23
 use Rhumsaa\Uuid\Uuid;
24
-use Monolog\Logger;
25 24
 use Psr\Log\LogLevel;
26 25
 use Symfony\Component\Console\Input\InputInterface;
27 26
 use Symfony\Component\Console\Output\OutputInterface;
Please login to merge, or discard this patch.