Completed
Pull Request — master (#30)
by
unknown
05:39
created
Command/CheckIpAddressIsBlacklistedCommand.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -1,17 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Azine\MailgunWebhooksBundle\Command;
3 3
 
4
-use Azine\MailgunWebhooksBundle\Services\AzineMailgunService;
5 4
 use Azine\MailgunWebhooksBundle\Services\HetrixtoolsService\HetrixtoolsServiceResponse;
6
-use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
7 5
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
8
-use Symfony\Component\Console\Input\InputArgument;
9 6
 use Symfony\Component\Console\Output\OutputInterface;
10 7
 use Symfony\Component\Console\Input\InputInterface;
11
-use Azine\MailgunWebhooksBundle\Entity\Repositories\MailgunEventRepository;
12 8
 use Azine\MailgunWebhooksBundle\Services\HetrixtoolsService\AzineMailgunHetrixtoolsService;
13 9
 use Azine\MailgunWebhooksBundle\Services\AzineMailgunMailerService;
14
-use Symfony\Component\Translation\TranslatorInterface;
15 10
 use Doctrine\ORM\EntityManager;
16 11
 
17 12
 /**
Please login to merge, or discard this patch.