Skip to content

Commit cf42220

Browse files
committed
missing return type
1 parent 503cfe1 commit cf42220

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/EventListener/LocaleListener.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ public function onKernelRequest(RequestEvent $event)
2929
$this->translatableListener->setTranslatableLocale($event->getRequest()->getLocale());
3030
}
3131

32+
/**
33+
* @return string[]
34+
*/
3235
public static function getSubscribedEvents()
3336
{
3437
return array(

0 commit comments

Comments
 (0)