Skip to content

Commit e9877e0

Browse files
committed
Merge branch '2.3' into 2.7
* 2.3: Updated all the README files [TwigBundle] Fix failing test on appveyor [FrameworkBundle] Fix a regression in handling absolute and namespaced template paths Allow to normalize \Traversable 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 9f492c4 + d5a6f4c commit e9877e0

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
11
Yaml Component
22
==============
33

4-
YAML implements most of the YAML 1.2 specification.
5-
6-
```php
7-
use Symfony\Component\Yaml\Yaml;
8-
9-
$array = Yaml::parse(file_get_contents(filename));
10-
11-
print Yaml::dump($array);
12-
```
4+
The Yaml component loads and dumps YAML files.
135

146
Resources
157
---------
168

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

0 commit comments

Comments
 (0)