File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -539,8 +539,8 @@ Start by updating the service ids to class names:
539
539
540
540
Services associated with global PHP classes (i.e. not using PHP namespaces)
541
541
must maintain the ``class `` parameter. For example, when using the old Twig
542
- classes (e.g. ``Twig_Extensions_Extension_Intl `` instead of ``Twig\Extensions\IntlExtension ``)
543
- you can't redefine the service as `Twig_Extensions_Extension_Intl: ~ ` and
542
+ classes (e.g. ``Twig_Extensions_Extension_Intl `` instead of ``Twig\Extensions\IntlExtension ``),
543
+ you can't redefine the service as `` Twig_Extensions_Extension_Intl: ~ ` ` and
544
544
you must keep the original ``class `` parameter.
545
545
546
546
But, this change will break our app! The old service ids (e.g. ``app.github_notifier ``)
You can’t perform that action at this time.
0 commit comments