Skip to content

Commit f179ec7

Browse files
committed
A few more tweaks from comments
1 parent 59fd436 commit f179ec7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/options_resolver.rst

Lines 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)