Skip to content

Commit a535ae0

Browse files
committed
minor symfony#3471 Fixed versionadded inconsistencies in Symfony 2.3 (danielcsgomes)
This PR was merged into the 2.3 branch. Discussion ---------- Fixed `versionadded` inconsistencies in Symfony 2.3 | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | N/A Founded some `versionadded` blocks that does not follow the "standard" of having the ".. was introduced in Symfony 2.x" or similar sentence. Commits ------- 81abeaa Fixed `versionadded` inconsistencies
2 parents c205bc6 + 81abeaa commit a535ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/http_foundation/trusting_proxies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ headers by default. If you are behind a proxy, you should manually whitelist
1515
your proxy.
1616

1717
.. versionadded:: 2.3
18-
CIDR notation support was introduced, so you can whitelist whole
18+
CIDR notation support was introduced in Symfony 2.3, so you can whitelist whole
1919
subnets (e.g. ``10.0.0.0/8``, ``fc00::/7``).
2020

2121
.. code-block:: php

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Configures the IP addresses that should be trusted as proxies. For more details,
125125
see :doc:`/components/http_foundation/trusting_proxies`.
126126

127127
.. versionadded:: 2.3
128-
CIDR notation support was introduced, so you can whitelist whole
128+
CIDR notation support was introduced in Symfony 2.3, so you can whitelist whole
129129
subnets (e.g. ``10.0.0.0/8``, ``fc00::/7``).
130130

131131
.. configuration-block::

0 commit comments

Comments
 (0)