- Deprecated
RemoteJsonManifestVersionStrategy
, useJsonManifestVersionStrategy
instead.
- Changed
$forms
parameter type of theDataMapperInterface::mapDataToForms()
method fromiterable
to\Traversable
. - Changed
$forms
parameter type of theDataMapperInterface::mapFormsToData()
method fromiterable
to\Traversable
. - Deprecated passing an array as the second argument of the
DataMapper::mapDataToForms()
method, pass\Traversable
instead. - Deprecated passing an array as the first argument of the
DataMapper::mapFormsToData()
method, pass\Traversable
instead. - Deprecated passing an array as the second argument of the
CheckboxListMapper::mapDataToForms()
method, pass\Traversable
instead. - Deprecated passing an array as the first argument of the
CheckboxListMapper::mapFormsToData()
method, pass\Traversable
instead. - Deprecated passing an array as the second argument of the
RadioListMapper::mapDataToForms()
method, pass\Traversable
instead. - Deprecated passing an array as the first argument of the
RadioListMapper::mapFormsToData()
method, pass\Traversable
instead.
- Marked the class
Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
as internal
- Deprecated the
SetUpTearDownTrait
trait, use original methods with "void" return typehint.
- Deprecated voters that do not return a valid decision when calling the
vote
method.