Completed
Push — issue/AZ_62_add_command_to_tes... ( be3d81...0cd473 )
by Dominik
02:23
created
Command/CheckIpAddressIsBlacklistedCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@  discard block
 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 5
 use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
7 6
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
@@ -11,7 +10,6 @@  discard block
 block discarded – undo
11 10
 use Azine\MailgunWebhooksBundle\Entity\Repositories\MailgunEventRepository;
12 11
 use Azine\MailgunWebhooksBundle\Services\HetrixtoolsService\AzineMailgunHetrixtoolsService;
13 12
 use Azine\MailgunWebhooksBundle\Services\AzineMailgunMailerService;
14
-use Symfony\Component\Translation\TranslatorInterface;
15 13
 use Doctrine\Common\Persistence\ManagerRegistry;
16 14
 use Symfony\Component\Process\Process;
17 15
 
Please login to merge, or discard this patch.