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 5abffbbd07 Merge branch '4.1'
* 4.1: (22 commits)
  [HttpKernel] Fix restoring trusted proxies in tests
  Update UPGRADE-4.0.md
  [Messenger] Fix suggested enqueue adapter package
  bumped Symfony version to 4.1.1
  updated VERSION for 4.1.0
  updated CHANGELOG for 4.1.0
  Insert correct parameter_bag service in AbstractController
  Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)"
  CODEOWNERS: some more rules
  removed unneeded comments in tests
  removed unneeded comments in tests
  Change PHPDoc in ResponseHeaderBag::getCookies() to help IDEs
  [HttpKernel] fix registering IDE links
  update UPGRADE-4.1 for feature #26332 Form field help option
  [HttpKernel] Set first trusted proxy as REMOTE_ADDR in InlineFragmentRenderer.
  [Process] Consider \"executable\" suffixes first on Windows
  Triggering RememberMe's loginFail() when token cannot be created
  bumped Symfony version to 4.1.0
  updated VERSION for 4.1.0-BETA3
  updated CHANGELOG for 4.1.0-BETA3
  ...
2018-05-31 12:18:23 +02:00
..
Command Merge branch '3.4' into 4.0 2018-05-07 09:12:24 +02:00
Exception Revert "feature #26702 Mark ExceptionInterfaces throwable (ostrolucky)" 2018-05-30 09:26:09 +02:00
Tag Add scalar typehints/return types on final/internal/private code 2017-08-31 22:46:21 +02:00
Tests Merge branch '3.4' into 4.0 2018-04-08 10:49:08 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '3.4' 2017-09-26 08:12:47 +02:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
Dumper.php removed version in @final @internal for version < 4.0 2018-02-19 13:18:43 +01:00
Escaper.php [Yaml] use scalar type hints where possible 2017-09-01 07:53:57 +02:00
Inline.php Merge branch '3.4' into 4.0 2018-04-08 10:49:08 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
Parser.php Merge branch '3.4' into 4.0 2018-04-03 07:24:00 +02:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Unescaper.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Yaml.php removed version in @final @internal for version < 4.0 2018-02-19 13:18:43 +01:00

Yaml Component

The Yaml component loads and dumps YAML files.

Resources