You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#28182 [DI] Fix dumping service locators (nicolas-grekas)
This PR was merged into the 4.2-dev branch.
Discussion
----------
[DI] Fix dumping service locators
| Q | A
| ------------- | ---
| Branch? | master
| Bug fix? | yes (master only)
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | symfony#28180
| License | MIT
| Doc PR | -
Services need to be visited to populate `$this->loadedIds` before using the property decide what needs to be dumped or not.
Commits
-------
e17f650 [DI] Fix dumping service locators
return$this->privates['Symfony\Component\DependencyInjection\Tests\Fixtures\CustomDefinition'] = new \Symfony\Component\DependencyInjection\Tests\Fixtures\CustomDefinition();
0 commit comments