Skip to content

Commit c09d998

Browse files
committed
Merge branch '1.8' into 2.0
2 parents 1490774 + b6fa685 commit c09d998

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Decoder/ContainerDecoderProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\DependencyInjection\ContainerInterface;
1515

1616
/**
17-
* Provides encoders through the Symfony2 DIC.
17+
* Provides encoders through the Symfony DIC.
1818
*
1919
* @author Igor Wiedler <[email protected]>
2020
*/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FOSRestBundle
22
=============
33

44
This bundle provides various tools to rapidly develop RESTful API's &
5-
applications with Symfony2. Features include:
5+
applications with Symfony. Features include:
66

77
- A View layer to enable output and format agnostic Controllers
88
- A custom route loader to generate url's following REST conventions

Resources/doc/2-the-view-layer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ an example. The serialized Task object will looks as follows:
238238
239239
{"task_form":{"name":"Task1", "person":{"id":1, "name":"Fabien"}}}
240240
241-
In a traditional Symfony2 application we simply define the property of the
241+
In a traditional Symfony application we simply define the property of the
242242
related class and it would perfectly assign the person to our task - in this
243243
case based on the id:
244244

Resources/doc/5-automatic-route-generation_single-restful-controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ are explained in the next section.
3333
type: rest
3434
resource: Acme\HelloBundle\Controller\UsersController
3535
36-
This will tell Symfony2 to automatically generate proper REST routes from your
36+
This will tell Symfony to automatically generate proper REST routes from your
3737
``UsersController`` action names. Notice ``type: rest`` option. It's required so
3838
that the RestBundle can find which routes are supported.
3939

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Bundle usage
3434
Before you start using the bundle it is advised you run a quick look over the
3535
six sections listed below. This bundle contains many features that are loosely
3636
coupled so you may or may not need to use all of them. This bundle is just a
37-
tool to help you in the job of creating a REST API with Symfony2.
37+
tool to help you in the job of creating a REST API with Symfony.
3838

3939
FOSRestBundle provides several tools to assist in building REST applications:
4040

0 commit comments

Comments
 (0)