File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,6 @@ Content Methods
152
152
]
153
153
);
154
154
155
- .. versionadded :: 4.4
156
-
157
- The ``horizontalTable() `` method was introduced in Symfony 4.4.
158
-
159
155
:method: `Symfony\\ Component\\ Console\\ Style\\ SymfonyStyle::definitionList `
160
156
It displays the given ``key => value `` pairs as a compact list of elements::
161
157
@@ -169,10 +165,6 @@ Content Methods
169
165
['foo4' => 'bar4']
170
166
);
171
167
172
- .. versionadded :: 4.4
173
-
174
- The ``definitionList() `` method was introduced in Symfony 4.4.
175
-
176
168
:method: `Symfony\\ Component\\ Console\\ Style\\ SymfonyStyle::newLine `
177
169
It displays a blank line in the command output. Although it may seem useful,
178
170
most of the times you won't need it at all. The reason is that every helper
You can’t perform that action at this time.
0 commit comments