Skip to content

Commit fa5c5ee

Browse files
Add return types to internal|final|private methods
1 parent 2ffff1d commit fa5c5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventListener/AddLinkHeaderListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function onKernelResponse(ResponseEvent $event)
5050
/**
5151
* {@inheritdoc}
5252
*/
53-
public static function getSubscribedEvents()
53+
public static function getSubscribedEvents(): array
5454
{
5555
return [KernelEvents::RESPONSE => 'onKernelResponse'];
5656
}

0 commit comments

Comments
 (0)