Completed
Push — master ( 024f5c...430fbf )
by Sébastien
04:17 queued 02:29
created
src/Callback/ContainerAwareCallback.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace Sebdesign\SM\Callback;
13 13
 
14
+use Illuminate\Contracts\Container\Container as ContainerInterface;
14 15
 use SM\Callback\Callback;
15 16
 use SM\Event\TransitionEvent;
16
-use Illuminate\Contracts\Container\Container as ContainerInterface;
17 17
 
18 18
 class ContainerAwareCallback extends Callback
19 19
 {
Please login to merge, or discard this patch.
src/Event/Dispatcher.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Sebdesign\SM\Event;
4 4
 
5
+use Illuminate\Contracts\Events\Dispatcher as DispatcherContract;
5 6
 use Symfony\Component\EventDispatcher\Event;
6 7
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
7 8
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
8
-use Illuminate\Contracts\Events\Dispatcher as DispatcherContract;
9 9
 
10 10
 class Dispatcher implements EventDispatcherInterface
11 11
 {
Please login to merge, or discard this patch.