Completed
Push — master ( 96682a...0cd473 )
by Dominik
01:14
created
Command/CheckIpAddressIsBlacklistedCommand.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
     private $kernelEnvironment;
53 53
 
54 54
 
55
+    /**
56
+     * @param string $environment
57
+     */
55 58
     public function __construct(ManagerRegistry $managerRegistry, AzineMailgunHetrixtoolsService $hetrixtoolsService,
56 59
                                 AzineMailgunMailerService $azineMailgunService, $environment)
57 60
     {
Please login to merge, or discard this 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.