Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit 4de0f63

Browse files
committed
Cleanup use and unused parameter
1 parent 4b90392 commit 4de0f63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

EventListener/EmailSenderListener.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
use Symfony\Component\DependencyInjection\ContainerInterface;
1515
use Symfony\Component\DependencyInjection\IntrospectableContainerInterface;
16-
use Symfony\Component\HttpKernel\Event\PostResponseEvent;
1716
use Symfony\Component\HttpKernel\KernelEvents;
1817
use Symfony\Component\Console\ConsoleEvents;
1918
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
@@ -34,7 +33,7 @@ public function __construct(ContainerInterface $container)
3433
$this->container = $container;
3534
}
3635

37-
public function onTerminate($event)
36+
public function onTerminate()
3837
{
3938
if (!$this->container->has('mailer')) {
4039
return;

0 commit comments

Comments
 (0)