ViewParameterProviderInterface::getParameters() should have $options argument enforced in the prototype. As of v1.1, it was possible to add it with a default value and was added to ConfigurableViewParameterProvider.
As this is a BC break (interface change), this must go into v2.0.
Follow-up of #22
ViewParameterProviderInterface::getParameters()
should have$options
argument enforced in the prototype. As of v1.1, it was possible to add it with a default value and was added toConfigurableViewParameterProvider
.As this is a BC break (interface change), this must go into v2.0.