Commit 0a8d849
committed
bug symfony#59484 [Console] Fix invokable command profiler representation (chalasr)
This PR was merged into the 7.3 branch.
Discussion
----------
[Console] Fix invokable command profiler representation
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
The generic command was displayed instead of the actual invokable command.
(there's no test case at all on this part and I just don't feel brave enough writing one for this little detail sorry :)
Before
<img width="822" alt="Screenshot 2025-01-12 at 16 49 19" src="https://github.com/user-attachments/assets/0b07b975-7fc7-4b85-bc4b-ce6e067dd88e" />
After
<img width="744" alt="Screenshot 2025-01-12 at 16 39 26" src="https://github.com/user-attachments/assets/f2a42ebb-fda5-480c-9606-aa21f7781781" />
Commits
-------
8c6f63f [Console] Fix invokable command profiler representationFile tree
2 files changed
+18
-1
lines changed- src/Symfony/Component/Console
- Command
- DataCollector
2 files changed
+18
-1
lines changedLines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
174 | 187 | | |
175 | 188 | | |
176 | 189 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
| |||
0 commit comments