Skip to content

Commit

Permalink
The no-brainer topic merges/removal
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj authored and javiereguiluz committed Jul 13, 2016
1 parent 6d7e324 commit 8320bad
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 29 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 6 additions & 9 deletions upgrade/index.rst → install/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
.. index::
single: Upgrading

Upgrading
=========
Install and Upgrade
===================

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

/upgrade/patch_version
/upgrade/minor_version
/upgrade/major_version
/upgrade/bundles
/cookbook/upgrade/patch_version
/cookbook/upgrade/minor_version
/cookbook/upgrade/major_version
/cookbook/upgrade/bundles
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions propel/propel.rst

This file was deleted.

3 changes: 2 additions & 1 deletion psr/psr7.rst → request/psr7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ On the other hand, the bridge provide a factory interface called
:class:`Symfony\\Bridge\\PsrHttpMessage\\HttpFoundationFactoryInterface`
that builds HttpFoundation objects from objects implementing PSR-7 interfaces.

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

use Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory;
Expand Down

0 comments on commit 8320bad

Please sign in to comment.