8000 minor #58 The no-brainer topic merges/removal (WouterJ) · symfony/symfony-docs@75e0101 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75e0101

Browse files
committed
minor #58 The no-brainer topic merges/removal (WouterJ)
This PR was squashed before being merged into the 2.7 branch (closes #58). Discussion ---------- The no-brainer topic merges/removal This is just a rebase of #44. Commits ------- 8320bad The no-brainer topic merges/removal
2 parents 6d7e324 + 8320bad commit 75e0101

File tree

9 files changed

+8
-29
lines changed

9 files changed

+8
-29
lines changed
File renamed without changes.
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
.. index::
2-
single: Upgrading
3-
4-
Upgrading
5-
=========
1+
Install and Upgrade
2+
===================
63

74
So a new Symfony release has come out and you want to upgrade, great! Fortunately,
85
because Symfony protects backwards-compatibility very closely, this *should*
@@ -13,7 +10,7 @@ There are three types of upgrades, all needing a little different preparation:
1310
.. toctree::
1411
:maxdepth: 2
1512

16-
/upgrade/patch_version
17-
/upgrade/minor_version
18-
/upgrade/major_version
< 10A53 /td>
19-
/upgrade/bundles
13+
/cookbook/upgrade/patch_version
14+
/cookbook/upgrade/minor_version
15+
/cookbook/upgrade/major_version
16+
/cookbook/upgrade/bundles
File renamed without changes.
File renamed without changes.
File renamed without changes.

propel/propel.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

psr/psr7.rst renamed to request/psr7.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ On the other hand, the bridge provide a factory interface called
6464
:class:`Symfony\\Bridge\\PsrHttpMessage\\HttpFoundationFactoryInterface`
6565
that builds HttpFoundation objects from objects implementing PSR-7 interfaces.
6666

67-
The next snippet explain how to convert an object implementing the :class:`Psr\\Http\\Message\\ServerRequestInterface`
67+
The next snippet explain how to convert an object implementing the
68+
:class:`Psr\\Http\\Message\\ServerRequestInterface`
6869
interface to a :class:`Symfony\\Component\\HttpFoundation\\Request` instance::
6970

7071
use Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory;

0 commit comments

Comments
 (0)
0