Skip to content

Commit dc635ad

Browse files
committed
Merge branch '3.4' into 4.0
* 3.4: Fixed a merge error
2 parents 9bf91ce + d5e4175 commit dc635ad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

service_container/3.3-di-changes.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,13 +618,8 @@ Start by updating the service ids to class names:
618618

619619
Services associated with global PHP classes (i.e. not using PHP namespaces)
620620
must maintain the ``class`` parameter. For example, when using the old Twig
621-
<<<<<<< HEAD
622-
classes (e.g. ``Twig_Extensions_Extension_Intl`` instead of ``Twig\Extensions\IntlExtension``)
623-
you can't redefine the service as `Twig_Extensions_Extension_Intl: ~` and
624-
=======
625621
classes (e.g. ``Twig_Extensions_Extension_Intl`` instead of ``Twig\Extensions\IntlExtension``),
626622
  you can't redefine the service as ``Twig_Extensions_Extension_Intl: ~`` and
627-
>>>>>>> upstream/3.3
628623
you must keep the original ``class`` parameter.
629624

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

0 commit comments

Comments
 (0)