-
The
$size
argument of theUploadedFile
constructor has been removed. -
The
getClientSize()
method of theUploadedFile
class has been removed.
- The
ContextListener::setLogoutOnUserChange()
method has been removed.
- The
logout_on_user_change
firewall option has been removed.
- The
FileDumper::setBackup()
method has been removed. - The
TranslationWriter::disableBackup()
method has been removed.
- The
Email::__construct()
'strict' property has been removed. Use 'mode'=>"strict" instead. - Calling
EmailValidator::__construct()
method with a boolean parameter has been removed, useEmailValidator("strict")
instead.
add
method has been removed useaddWorkflow
method inWorkflow\Registry
instead.SupportStrategyInterface
has been removed, useWorkflowSupportStrategyInterface
instead.ClassInstanceSupportStrategy
has been removed, useInstanceOfSupportStrategy
instead.