@@ -52,6 +52,9 @@ |
||
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 | { |
@@ -1,7 +1,6 @@ discard block |
||
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 |
||
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 |