@@ -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 |
@@ -56,6 +56,9 @@ |
||
56 | 56 | } |
57 | 57 | } |
58 | 58 | |
59 | + /** |
|
60 | + * @param ContainerBuilder $container |
|
61 | + */ |
|
59 | 62 | private function createBroadcaster($name, $broadcaster, $container) |
60 | 63 | { |
61 | 64 | // var_dump($name); |
@@ -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\HttpKernel\DependencyInjection\Extension; |
7 | 6 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
8 | 7 |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace IrishDan\NotificationBundle\Formatter; |
4 | 4 | |
5 | -use IrishDan\NotificationBundle\Message\MailMessage; |
|
6 | 5 | use IrishDan\NotificationBundle\Message\Message; |
7 | 6 | use IrishDan\NotificationBundle\Notification\NotificationInterface; |
8 | 7 |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use IrishDan\NotificationBundle\Message\Message; |
6 | 6 | use IrishDan\NotificationBundle\Notification\NotificationInterface; |
7 | 7 | use IrishDan\NotificationBundle\Slackable; |
8 | -use IrishDan\NotificationBundle\Textable; |
|
9 | 8 | |
10 | 9 | class SlackWebhookFormatter implements MessageFormatterInterface |
11 | 10 | { |