Skip to content

Commit d97b063

Browse files
committed
minor #8962 Fixed a merge error (javiereguiluz)
This PR was merged into the 3.3 branch. Discussion ---------- Fixed a merge error Commits ------- 4e026c7 Fixed a merge error
2 parents ed78811 + 4e026c7 commit d97b063

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
@@ -626,13 +626,8 @@ Start by updating the service ids to class names:
626626

627627
Services associated with global PHP classes (i.e. not using PHP namespaces)
628628
must maintain the ``class`` parameter. For example, when using the old Twig
629-
<<<<<<< HEAD
630-
classes (e.g. ``Twig_Extensions_Extension_Intl`` instead of ``Twig\Extensions\IntlExtension``)
631-
you can't redefine the service as `Twig_Extensions_Extension_Intl: ~` and
632-
=======
633629
classes (e.g. ``Twig_Extensions_Extension_Intl`` instead of ``Twig\Extensions\IntlExtension``),
634630
  you can't redefine the service as ``Twig_Extensions_Extension_Intl: ~`` and
635-
>>>>>>> upstream/3.3
636631
you must keep the original ``class`` parameter.
637632

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

0 commit comments

Comments
 (0)