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
Fabien Potencier db2e2c888f feature #19570 [Config] Fix YamlReferenceDumper prototyped array support (ogizanagi)
This PR was merged into the 3.2-dev branch.

Discussion
----------

[Config] Fix YamlReferenceDumper prototyped array support

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Also related to #19480 which fixes another prototype issue, but cannot be tested properly on Travis because marked as skipped by this missing implementation.

Previous output was:

```yaml
    [...]
    parameters:

        # Prototype
        name:                 ~
    connections:
        user:                 ~
        pass:                 ~
```

instead of:

```yaml
    [...]
    parameters:

        # Prototype
        name:                 ~
    connections:

        # Prototype
        -
            user:                 ~
            pass:                 ~
```

Commits
-------

063a980 [Config] Fix YamlReferenceDumper prototyped array support
2016-09-14 12:05:34 -07:00
..
Asset Merge branch '3.1' 2016-07-01 18:08:10 +02:00
BrowserKit Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Cache [Cache] Add persistent_id option to RedisAdapter::createConnection() 2016-09-09 15:54:20 +02:00
ClassLoader Merge branch '3.1' 2016-09-12 21:03:45 +02:00
Config [Config] Fix YamlReferenceDumper prototyped array support 2016-09-14 10:51:47 +02:00
Console feature #19824 [Console] Add ability to regress the ProgressBar (jameshalsall) 2016-09-14 12:03:38 -07:00
CssSelector Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Debug Merge branch '3.1' 2016-09-06 13:07:23 +02:00
DependencyInjection feature #19892 [DI] Add corresponding service id in some exception messages (nicolas-grekas) 2016-09-14 12:02:36 -07:00
DomCrawler [DomCrawler] Fixed typo in doc comment 2016-08-31 13:20:00 +02:00
EventDispatcher Use DI exceptions in components compiler passes 2016-09-07 01:13:31 +02:00
ExpressionLanguage Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Filesystem Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Finder Merge branch '3.1' 2016-08-26 14:08:28 +02:00
Form Merge branch '3.1' 2016-09-12 21:03:45 +02:00
HttpFoundation Merge branch '3.1' 2016-09-06 13:07:23 +02:00
HttpKernel bumped Symfony version to 2.8.12 2016-09-06 19:58:32 -07:00
Inflector Merge branch '3.1' 2016-06-14 13:18:32 +02:00
Intl Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Ldap Merge branch '3.1' 2016-07-28 13:15:50 +02:00
OptionsResolver Merge branch '2.7' into 2.8 2016-06-29 07:29:29 +02:00
Process Merge branch '3.1' 2016-09-06 13:07:23 +02:00
PropertyAccess Merge branch '3.1' 2016-08-16 18:09:30 +02:00
PropertyInfo Merge branch '3.1' 2016-08-16 18:09:30 +02:00
Routing feature #19604 [Routing] Add seamless support for unicode requirements (nicolas-grekas) 2016-08-25 11:15:34 -07:00
Security feature #19843 [Security] Allow run-time configuration of hash algo (nicolas-grekas) 2016-09-13 17:06:01 -07:00
Serializer Merge branch '3.1' 2016-08-22 14:11:39 +02:00
Stopwatch Merge branch '3.1' 2016-06-29 07:43:10 +02:00
Templating Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Translation Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Validator Merge branch '3.1' 2016-09-13 13:54:54 +02:00
VarDumper Merge branch '3.1' 2016-09-06 13:07:23 +02:00
Workflow [Workflow] Make PropertyAccess required dependency 2016-09-04 20:47:17 +02:00
Yaml Merge branch '3.1' 2016-09-01 19:14:06 -07:00