Commit dd23b8b
committed
bug #48971 [DependencyInjection] Fix dump order of inlined deps (nicolas-grekas)
This PR was merged into the 5.4 branch.
Discussion
----------
[DependencyInjection] Fix dump order of inlined deps
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #48895
| License | MIT
| Doc PR | -
Fix confirmed on the provided reproducers.
The updated fixture makes more sense also.
Commits
-------
1d01452 [DependencyInjection] Fix dump order of inlined depsFile tree
2 files changed
+5
-6
lines changed- src/Symfony/Component/DependencyInjection
- Dumper
- Tests/Fixtures/php
2 files changed
+5
-6
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
425 | | - | |
426 | | - | |
| 424 | + | |
427 | 425 | | |
428 | 426 | | |
429 | 427 | | |
430 | 428 | | |
| 429 | + | |
431 | 430 | | |
432 | | - | |
| 431 | + | |
433 | 432 | | |
434 | | - | |
| 433 | + | |
435 | 434 | | |
436 | 435 | | |
437 | 436 | | |
| |||
0 commit comments