You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class ApplicationFlowFormTypeExtension extends AbstractTypeExtension
{
/**
* @param OptionsResolver $resolver
*/
public function configureOptions(OptionsResolver $resolver)
{
$resolver->setDefined(['page', '..']);
}
/**
* Returns the name of the type being extended.
*
* @return string The name of the type being extended
*/
public function getExtendedType()
{
return FormType::class;
}
}
I can only guess, that the string value of the return type has a leading slash or so.
The text was updated successfully, but these errors were encountered:
I can only guess, that the string value of the return type has a leading slash or so.
The text was updated successfully, but these errors were encountered: