Commit 1c7f39e
committed
bug #62437 [DependencyInjection] Fix preloading
This PR was merged into the 6.4 branch.
Discussion
----------
[DependencyInjection] Fix preloading `LazyClosure`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Fixes this PHP warning when preloading a container that uses a lazy-closure:
> Can't preload unlinked class Symfony\Component\DependencyInjection\Argument\LazyClosure@anonymous: Unknown parent Symfony\Component\DependencyInjection\Argument\LazyClosure
Commits
-------
5baca4c [DependencyInjection] Fix preloading LazyClosureLazyClosure (nicolas-grekas)File tree
1 file changed
+1
-0
lines changed- src/Symfony/Component/DependencyInjection/Dumper
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1208 | 1208 | | |
1209 | 1209 | | |
1210 | 1210 | | |
| 1211 | + | |
1211 | 1212 | | |
1212 | 1213 | | |
1213 | 1214 | | |
| |||
0 commit comments