Skip to content

Commit b6fa685

Browse files
committed
minor #1513 Replace references to "Symfony2" with "Symfony" (phansys)
This PR was submitted for the 2.0 branch but it was merged into the 1.8 branch instead (closes #1513). Discussion ---------- Replace references to "Symfony2" with "Symfony" | Q | A | ------------- | --- | Branch | 2.0 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Replace references to "Symfony2" with "Symfony" since this bundle is compatible with Symfony 3. Commits ------- 0dfff35 Replace references to "Symfony2" with "Symfony"
2 parents b99018d + 0dfff35 commit b6fa685

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
@@ -15,7 +15,7 @@
1515
use Symfony\Component\DependencyInjection\ContainerInterface;
1616

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

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
@@ -256,7 +256,7 @@ an example. The serialized Task object will looks as follows:
256256
257257
{"task_form":{"name":"Task1", "person":{"id":1, "name":"Fabien"}}}
258258
259-
In a traditional Symfony2 application we simply define the property of the
259+
In a traditional Symfony application we simply define the property of the
260260
related class and it would perfectly assign the person to our task - in this
261261
case based on the id:
262262

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
@@ -32,7 +32,7 @@ Bundle usage
3232
Before you start using the bundle it is advised you run a quick look over the
3333
six sections listed below. This bundle contains many features that are loosely
3434
coupled so you may or may not need to use all of them. This bundle is just a
35-
tool to help you in the job of creating a REST API with Symfony2.
35+
tool to help you in the job of creating a REST API with Symfony.
3636

3737
FOSRestBundle provides several tools to assist in building REST applications:
3838

0 commit comments

Comments
 (0)