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

Appearance settings

Commit f179ec7

Browse filesBrowse files
committed
A few more tweaks from comments
1 parent 59fd436 commit f179ec7
Copy full SHA for f179ec7

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎components/options_resolver.rst

Copy file name to clipboardExpand all lines: components/options_resolver.rst
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Notes on Previous Versions
2222

2323
.. versionadded:: 2.6
2424
This documentation was written for Symfony 2.6 and later. If you use an older
25-
version, please read the corresponding documentation using the version
26-
drop-down on the upper right. For a list of changes, see the `CHANGELOG`_.
25+
version, please `read the Symfony 2.5 documentation`_. For a list of changes,
26+
see the `CHANGELOG`_.
2727

2828
Usage
2929
-----
@@ -72,7 +72,7 @@ check which options are set::
7272
}
7373

7474
This boilerplate is hard to read and repetitive. Also, the default values of the
75-
options are buried in the business logic of your code. You could use the
75+
options are buried in the business logic of your code. Use the
7676
:phpfunction:`array_replace` to fix that::
7777

7878
class Mailer
@@ -734,3 +734,4 @@ options in your code.
734734
.. _Packagist: https://packagist.org/packages/symfony/options-resolver
735735
.. _Form component: http://symfony.com/doc/current/components/form/introduction.html
736736
.. _CHANGELOG: https://github.com/symfony/symfony/blob/master/src/Symfony/Component/OptionsResolver/CHANGELOG.md
737+
.. _`read the Symfony 2.5 documentation`: http://symfony.com/doc/2.5/components/options_resolver.html

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.