Commit bf65d7b
committed
bug #49849 [FrameworkBundle] Fix services usages output for text descriptor (rmikalkenas)
This PR was merged into the 6.2 branch.
Discussion
----------
[FrameworkBundle] Fix services usages output for text descriptor
| Q | A
| ------------- | ---
| Branch? | 6.2
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
If service is being used by lots of other services, the debug container command becomes unreadable, because `Usages` expands table. Replacing `, ` separator with new line fixes this issue
Commits
-------
71baeab [FrameworkBundle] Fix services usages output for text descriptorFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Bundle/FrameworkBundle/Console/Descriptor
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments