File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Notes on Previous Versions
22
22
23
23
.. versionadded :: 2.6
24
24
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 `_.
27
27
28
28
Usage
29
29
-----
@@ -72,7 +72,7 @@ check which options are set::
72
72
}
73
73
74
74
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
76
76
:phpfunction: `array_replace ` to fix that::
77
77
78
78
class Mailer
@@ -734,3 +734,4 @@ options in your code.
734
734
.. _Packagist : https://packagist.org/packages/symfony/options-resolver
735
735
.. _Form component : http://symfony.com/doc/current/components/form/introduction.html
736
736
.. _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
You can’t perform that action at this time.
0 commit comments