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
@trigger_error('"register_bundles" config var with value "true" is deprecated since v2.3 and will be removed in v3.0', \E_USER_DEPRECATED);
27
+
}
28
+
if (!$config['enum_autoconfiguration']) {
29
+
@trigger_error('"enum_autoconfiguration" config var with value "false" is deprecated since v2.3 and will be removed in v3.0', \E_USER_DEPRECATED);
30
+
}
31
+
if ($config['enum_registry_autoconfigurable']) {
32
+
@trigger_error('"enum_registry_autoconfigurable" config var with value "false" is deprecated since v2.3 and will be removed in v3.0', \E_USER_DEPRECATED);
0 commit comments