- The
FrontendCustomerUserHandler::__construct(FormInterface $form, Request $request, CustomerUserManager $userManager)
[?] method was changed toFrontendCustomerUserHandler::__construct(EventDispatcherInterface $eventDispatcher, DoctrineHelper $doctrineHelper, RequestStack $requestStack, CustomerUserManager $userManager)
[?] - The
CustomerVisitor::setCustomerUser(CustomerUser $customerUser)
[?] method was changed toCustomerVisitor::setCustomerUser(CustomerUser $customerUser = null)
[?] - The following properties in class
FrontendCustomerUserHandler
[?] were removed: - The
CustomerGroup::$customers
[?] property was removed. - The following methods in class
CustomerGroup
[?] were removed:
- The following classes were removed:
- The
RuleEditorTextTypeTest::testGetName
[?] method was removed. - The
RuleEditorTextareaTypeTest::testGetName
[?] method was removed.
- The
WebsiteProviderInterface::getWebsiteChoices
[?] interface method was added.