Skip to content

Commit 496d650

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: Updated all the README files [TwigBundle] Fix failing test on appveyor Improved the error message when using "@" in a decorated service Improve error reporting in router panel of web profiler [DoctrineBridge][Form] Fix performance regression in EntityType [FrameworkBundle] Fix a regression in handling absolute and namespaced template paths Allow to normalize \Traversable minor [Form] fix tests added by #16886 Remove _path from query parameters when fragment is a subrequest and request attributes are already set Added tests for _path removal in FragmentListener Simplified everything Added a test Fixed the problem in an easier way Fixed a syntax issue Improved the error message when a template is not found [CodingStandards] Conformed to coding standards [TwigBundle] fixed Include file locations in "Template could not be found" exception
2 parents d1e6e91 + beb240d commit 496d650

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
OptionsResolver Component
22
=========================
33

4-
This component processes and validates option arrays.
5-
6-
Documentation
7-
-------------
8-
9-
The documentation for the component can be found [online] [1].
4+
The OptionsResolver component is `array_replace on steroids. It allows you to
5+
create an options system with required options, defaults, validation (type,
6+
value), normalization and more.
107

118
Resources
129
---------
1310

14-
You can run the unit tests with the following command:
15-
16-
$ cd path/to/Symfony/Component/OptionsResolver/
17-
$ composer install
18-
$ phpunit
19-
20-
[1]: https://symfony.com/doc/current/components/options_resolver.html
11+
* [Documentation](https://symfony.com/doc/current/components/options_resolver.html)
12+
* [Contributing](https://symfony.com/doc/current/contributing/index.html)
13+
* [Report issues](https://github.com/symfony/symfony/issues) and
14+
[send Pull Requests](https://github.com/symfony/symfony/pulls)
15+
in the [main Symfony repository](https://github.com/symfony/symfony)

0 commit comments

Comments
 (0)