Skip to content

Commit b85a6e7

Browse files
author
Matthias Molitor
committed
documented return type
1 parent 7fee619 commit b85a6e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

EventListener/LegacyApplicationDispatchingEventListener.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
use Doctrine\Common\Annotations\Reader;
1212
use Symfony\Component\DependencyInjection\ContainerInterface;
1313
use Symfony\Component\HttpKernel\Event\FilterControllerEvent;
14+
use Symfony\Component\HttpKernel\HttpKernelInterface;
1415
use Webfactory\Bundle\LegacyIntegrationBundle\Integration\Annotation\Dispatch;
1516
use Webfactory\Bundle\LegacyIntegrationBundle\Integration\Filter;
1617

@@ -67,6 +68,9 @@ public function onKernelController(FilterControllerEvent $event)
6768
}
6869
}
6970

71+
/**
72+
* @return HttpKernelInterface
73+
*/
7074
protected function getLegacyApplication()
7175
{
7276
return $this->container->get('webfactory_legacy_integration.legacy_application');

0 commit comments

Comments
 (0)