Completed
Push — master ( ff7f40...377151 )
by David
11:46
created
DependencyInjection/Compiler/AggregateCommandHandlerPass.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace Governor\Bundle\GovernorBundle\DependencyInjection\Compiler;
10 10
 
11 11
 use Governor\Framework\Annotations\CommandHandler;
12
-
13 12
 use Symfony\Component\DependencyInjection\Reference;
14 13
 use Symfony\Component\DependencyInjection\ContainerBuilder;
15 14
 use Governor\Framework\CommandHandling\Handlers\AnnotatedAggregateCommandHandler;
Please login to merge, or discard this patch.
Tests/DependencyInjection/GovernorFrameworkExtensionTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 use Governor\Framework\EventHandling\EventListenerInterface;
31 31
 use Governor\Framework\CommandHandling\SimpleCommandBus;
32 32
 use Governor\Framework\EventHandling\SimpleEventBus;
33
-use Governor\Framework\CommandHandling\InMemoryCommandHandlerRegistry;
34 33
 use Governor\Framework\EventHandling\InMemoryEventListenerRegistry;
35 34
 use Symfony\Component\Stopwatch\Stopwatch;
36 35
 use Governor\Framework\EventHandling\Amqp\AmqpTerminal;
Please login to merge, or discard this patch.