Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -42,7 +42,7 @@ class FavoritesEventSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events = [
// FavoritesEvents::FAVORITES_ENTITY_ADD => 'displayAddToFavoritesMessage',
// FavoritesEvents::FAVORITES_ENTITY_REMOVE => 'displayRemoveFromFavoritesMessage',
Loading