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
// The following if-else block is deprecated and will be removed
38
42
// in Symfony 3.0
39
43
// Deprecation errors are triggered in the form registry
40
44
if (isset($tag[0]['alias'])) {
45
+
@trigger_error(sprintf('The alias option of the form.type tag is deprecated since version 2.8 and will be removed in 3.0. Use the fully-qualified type class name "%s" instead.', $serviceDefinition->getClass()));
@trigger_error('The alias option of the form.type_extension tag is deprecated since version 2.8 and will be removed in 3.0. Use the extended_type option instead.', E_USER_DEPRECATED);
0 commit comments