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 b88728a13a Merge branch '4.1' into 4.2
* 4.1:
  Fix typos in doc blocks
  [Debug] ignore underscore vs backslash namespaces in DebugClassLoader
  [TwigBridge][Form] Prevent multiple rendering of form collection prototypes
  [FrameworkBundle] fix describing routes with no controllers
  [DI] move RegisterServiceSubscribersPass before DecoratorServicePass
  Update ValidationListener.php
  [Yaml] ensures that the mb_internal_encoding is reset to its initial value
  [WebLink] Fixed documentation link
  [Security] getTargetPath of TargetPathTrait must return string or null
  [Hackday][Serializer] Deserialization ignores argument type hint from phpdoc for array in constructor argument
  Optimize perf by replacing call_user_func with dynamic vars
  [Routing] fix dumping same-path routes with placeholders
  [Security] defer log message in guard authenticator
  [Validator] Added IBAN format for Vatican City State
  merge conflicts
  filter out invalid Intl values
  filter out invalid language values
  [Validator] Fixed grouped composite constraints
  [Form] Filter arrays out of scalar form types
  Fix HeaderBag::get phpdoc
2018-12-13 13:39:50 +01:00
..
Command Merge branch '4.1' into 4.2 2018-12-13 13:39:50 +01:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Tag Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +02:00
Tests Merge branch '4.1' 2018-09-30 05:40:00 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Yaml] Added support for multiple files or directories in LintCommand 2018-09-21 13:02:43 +02:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
Dumper.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
Escaper.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
Inline.php Merge branch '4.1' into 4.2 2018-12-13 13:39:50 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
Parser.php removed usage of backticks in exception messages 2018-09-10 09:26:34 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Unescaper.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
Yaml.php Merge branch '3.4' into 4.1 2018-09-02 18:33:37 +01:00

Yaml Component

The Yaml component loads and dumps YAML files.

Resources