Completed
Pull Request — master (#42)
by Eric
02:37
created
src/Jarvis.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 use Jarvis\Skill\DependencyInjection\ContainerProvider;
10 10
 use Jarvis\Skill\DependencyInjection\ContainerProviderInterface;
11 11
 use Jarvis\Skill\EventBroadcaster\AnalyzeEvent;
12
-use Jarvis\Skill\EventBroadcaster\ControllerEvent;
13 12
 use Jarvis\Skill\EventBroadcaster\BroadcasterInterface;
13
+use Jarvis\Skill\EventBroadcaster\ControllerEvent;
14 14
 use Jarvis\Skill\EventBroadcaster\EventInterface;
15 15
 use Jarvis\Skill\EventBroadcaster\ExceptionEvent;
16 16
 use Jarvis\Skill\EventBroadcaster\PermanentEventInterface;
Please login to merge, or discard this patch.