- The
ActivityListManager::getRelatedActivityEntities(ActivityList $entity, $entityProvider)
[?] method was changed toActivityListManager::getRelatedActivityEntities(ActivityList $entity, ActivityListProviderInterface $entityProvider, $activity)
[?]
- The
SecurityFirewallContextListener::__construct(ListenerInterface $innerListener, string $sessionName, TokenStorageInterface $tokenStorage)
[?] method was changed toSecurityFirewallContextListener::__construct(ListenerInterface $innerListener, array $sessionOptions, TokenStorageInterface $tokenStorage)
[?] - The
SecurityFirewallExceptionListener::setSessionName
[?] method was removed.