Completed
Push — master ( fd16d9...770ec9 )
by Dominik
04:32 queued 03:29
created
Command/CheckIpAddressIsBlacklistedCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * @param ManagerRegistry                $managerRegistry
55 55
      * @param AzineMailgunHetrixtoolsService $hetrixtoolsService
56 56
      * @param AzineMailgunMailerService      $azineMailgunService
57
-     * @param $environment
57
+     * @param string $environment
58 58
      */
59 59
     public function __construct(ManagerRegistry $managerRegistry, AzineMailgunHetrixtoolsService $hetrixtoolsService,
60 60
                                 AzineMailgunMailerService $azineMailgunService, $environment)
Please login to merge, or discard this patch.
Tests/Controller/MailgunEventControllerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
12 12
 use Symfony\Component\DomCrawler\Crawler;
13 13
 use Symfony\Component\EventDispatcher\EventDispatcher;
14
-use Symfony\Component\EventDispatcher\EventSubscriberInterface;
15 14
 use Symfony\Component\HttpFoundation\File\UploadedFile;
16 15
 use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
17 16
 
Please login to merge, or discard this patch.