Skip to content

Commit

Permalink
Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored and scheb committed Jan 18, 2022
1 parent da611c3 commit 7bbed53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected function getDateTimeNow(): DateTimeImmutable
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents()
public static function getSubscribedEvents(): array
{
return [KernelEvents::RESPONSE => 'onKernelResponse'];
}
Expand Down

0 comments on commit 7bbed53

Please sign in to comment.