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 #21794 [DI] Fix ServiceLocatorArgument::setValues() for non-reference values (chalasr)
This PR was merged into the 3.3-dev branch.
Discussion
----------
[DI] Fix ServiceLocatorArgument::setValues() for non-reference values
| Q | A
| ------------- | ---
| Branch? | master
| Fixed tickets | #21625 (comment)
| Tests pass? | yes
| License | MIT
`ResolveInvalidReferencesPass` [calls `setValues()`](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php#L91) with resolved invalid reference (null), the `Reference` type check should occurs at construction only.
Commits
-------
256b836 [DI] Fix ServiceLocatorArgument::setValues() for non-reference values
0 commit comments