Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e30d0e4

Browse files
committed
minor symfony#5348 Fix list format (bicpi)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes symfony#5348). Discussion ---------- Fix list format Commits ------- de7f17d Fix list format
2 parents f7d7538 + de7f17d commit e30d0e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/upgrade/major_version.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ actually released. This is called making your code *future compatible*.
1515
There are a couple of steps to upgrading a major version:
1616

1717
#. :ref:`Make your code deprecation free <upgrade-major-symfony-deprecations>`;
18-
#. :ref:`Update to the new major version via Composer <upgrade-major-symfony-composer>`.
19-
#. :ref:`Update your code to work with the new version <upgrade-major-symfony-after>`
18+
#. :ref:`Update to the new major version via Composer <upgrade-major-symfony-composer>`;
19+
#. :ref:`Update your code to work with the new version <upgrade-major-symfony-after>`.
2020

2121
.. _upgrade-major-symfony-deprecations:
2222

0 commit comments

Comments
 (0)