Commit 2cb9c7b
committed
minor #15298 [Console] Updates method reference for retrieving console helpers (0x346e3730)
This PR was merged into the 4.4 branch.
Discussion
----------
[Console] Updates method reference for retrieving console helpers
While reading the docs, I've found it weird that the documentation was talking about a `getHelperSet()` method when referencing in the following codeblock the method `getHelper`.
This MR harmonizes the wording according to the [Debug Formatter Helper](https://symfony.com/doc/current/components/console/helpers/debug_formatter.html)
Commits
-------
f2b7ad9 Updates method reference for retrieving console helpersFile tree
2 files changed
+4
-4
lines changed- components/console/helpers
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments