@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | |
6 | 6 | use IrishDan\NotificationBundle\Channel\ChannelInterface; |
7 | -use IrishDan\NotificationBundle\Notification\NotifiableInterface; |
|
8 | 7 | use IrishDan\NotificationBundle\Notification\NotificationInterface; |
9 | 8 | |
10 | 9 | class Broadcaster |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace IrishDan\NotificationBundle\DependencyInjection; |
4 | 4 | |
5 | -use IrishDan\NotificationBundle\DependencyInjection\Factory\Broadcaster\SlackBroadcasterFactory; |
|
6 | 5 | use Symfony\Component\DependencyInjection\Definition; |
7 | 6 | use Symfony\Component\DependencyInjection\Reference; |
8 | 7 | use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
@@ -21,8 +21,8 @@ |
||
21 | 21 | $this->notification = $this->getNotificationWithUser(); |
22 | 22 | |
23 | 23 | $this->eventDispatcher = $this->getMockBuilder(EventDispatcherInterface::class) |
24 | - ->disableOriginalConstructor() |
|
25 | - ->getMock(); |
|
24 | + ->disableOriginalConstructor() |
|
25 | + ->getMock(); |
|
26 | 26 | |
27 | 27 | $this->eventChannel = new EventChannel($this->eventDispatcher); |
28 | 28 | } |