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/DependencyInjection/Dumper
Fabien Potencier b95a05a8c4 bug #25268 [DI] turn $private to protected in dumped container, to make cache:clear BC (nicolas-grekas)
This PR was merged into the 4.0 branch.

Discussion
----------

[DI] turn $private to protected in dumped container, to make cache:clear BC

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

Turning this property to protected changes nothing to its visibility in practice as the class is final anyway,
but when migrating to SF4.0 from 3.4, the `cache:clear` command chokes with "Compile Error: Access level to srcDevDebugProjectContainer::$privates must be protected".

Let's make it protected to remove this WTF.

Commits
-------

c98d967b0c [DI] turn $private to protected in dumped container, to make cache:clear BC
2017-12-04 08:50:56 -08:00
..
Dumper.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DumperInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
GraphvizDumper.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
PhpDumper.php bug #25268 [DI] turn $private to protected in dumped container, to make cache:clear BC (nicolas-grekas) 2017-12-04 08:50:56 -08:00
XmlDumper.php Merge branch '3.4' 2017-10-24 16:16:56 +02:00
YamlDumper.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00