This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Yaml
Nicolas Grekas 247815d21c Merge branch '3.4' into 4.3
* 3.4:
  Return null as Expire header if it was set to null
  [ProxyManager] remove ProxiedMethodReturnExpression polyfill
  fix dumping not inlined scalar tag values
2019-08-30 14:41:22 +02:00
..
Command Merge branch '3.4' into 4.3 2019-08-20 16:07:54 +02:00
Exception
Tag
Tests Merge branch '3.4' into 4.3 2019-08-30 14:41:22 +02:00
.gitignore
CHANGELOG.md
composer.json
Dumper.php Merge branch '3.4' into 4.3 2019-08-30 14:41:22 +02:00
Escaper.php
Inline.php Fix inconsistent return points. 2019-08-20 16:27:59 +02:00
LICENSE
Parser.php Fix inconsistent return points. 2019-08-20 16:27:59 +02:00
phpunit.xml.dist
README.md
Unescaper.php
Yaml.php

Yaml Component

The Yaml component loads and dumps YAML files.

Resources