@@ -7,8 +7,8 @@ However, backwards compatibility comes in many different flavors.
7
7
8
8
This page has two different target audiences: If you are using Symfony, it will
9
9
tell you how to make sure that you will be able to upgrade smoothly to all
10
- future 2.x versions. If you are contributing, this page will tell you the rules
11
- you need to follow to ensure smooth upgrades for our users.
10
+ future 2.x versions. If you are contributing to Symfony , this page will tell you
11
+ the rules that you need to follow to ensure smooth upgrades for our users.
12
12
13
13
.. note ::
14
14
@@ -19,8 +19,8 @@ you need to follow to ensure smooth upgrades for our users.
19
19
Using Symfony Code
20
20
------------------
21
21
22
- You are using Symfony in your projects? Stick to the guidelines in this section
23
- in order to guarantee smooth upgrades to all future 2.x versions.
22
+ You are using Symfony in your projects? Then stick to the guidelines in this
23
+ section in order to guarantee smooth upgrades to all future 2.x versions.
24
24
25
25
26
26
Using Our Interfaces
@@ -58,7 +58,7 @@ Internal Interfaces
58
58
...................
59
59
60
60
Interfaces or interface methods tagged with ``@internal `` are meant for internal
61
- use in Symfony only and should never be used nor implemented .
61
+ use in Symfony only. You should never use nor implement them .
62
62
63
63
64
64
Safe Operations
@@ -129,7 +129,7 @@ Internal Classes
129
129
................
130
130
131
131
Classes, properties and class methods tagged with ``@internal `` are meant for
132
- internal use in Symfony only and should never be used nor extended .
132
+ internal use in Symfony only. You should never use nor extend them .
133
133
134
134
135
135
Safe Operations
0 commit comments