Completed
Push — feature/EVO-7007-selfversion-w... ( 75c615...eb9b6b )
by
unknown
197:56 queued 125:20
created
src/Graviton/GeneratorBundle/Command/GenerateBuildIndexesCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 namespace Graviton\GeneratorBundle\Command;
7 7
 
8 8
 use Doctrine\ODM\MongoDB\DocumentManager;
9
-use Graviton\GeneratorBundle\Definition\Loader\LoaderInterface;
10 9
 use Symfony\Component\Console\Command\Command;
11 10
 use Symfony\Component\Console\Input\InputInterface;
12 11
 use Symfony\Component\Console\Output\OutputInterface;
Please login to merge, or discard this patch.
src/Graviton/CoreBundle/Command/GenerateVersionsCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Symfony\Component\Console\Output\OutputInterface;
11 11
 use Symfony\Component\Filesystem\Filesystem;
12 12
 use Symfony\Component\Process\Process;
13
-
14 13
 use Symfony\Component\Process\Exception\ProcessFailedException;
15 14
 use Symfony\Component\Yaml\Dumper;
16 15
 use Symfony\Component\Yaml\Parser;
Please login to merge, or discard this patch.