8000 minor fix · symfony/symfony-docs@4219a5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 4219a5e

Browse files
authored
minor fix
1 parent b857caf commit 4219a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/3.3-di-changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ Start by updating the service ids to class names:
539539

540540
Services associated with global PHP classes (i.e. not using PHP namespaces)
541541
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
544544
you must keep the original ``class`` parameter.
545545

546546
But, this change will break our app! The old service ids (e.g. ``app.github_notifier``)

0 commit comments

Comments
 (0)
0