Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita535ae0

Browse files
committed
minorsymfony#3471 Fixedversionadded 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/AFounded 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 parentsc205bc6 +81abeaa commita535ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎components/http_foundation/trusting_proxies.rst

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp