File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
components/console/helpers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -144,13 +144,13 @@ Here is a full list of things you can customize:
144
144
145
145
This method can also be used to override a built-in style.
146
146
147
- Spanning multiple columns and rows
147
+ Spanning Multiple Columns and Rows
148
148
----------------------------------
149
149
150
150
.. versionadded :: 2.7
151
151
Spanning multiple columns and rows was introduced in Symfony 2.7.
152
152
153
- To make a table cell which spans multiple columns you can use a :class: `Symfony\\ Component\\ Console\\ Helper\\ TableCell `::
153
+ To make a table cell that spans multiple columns you can use a :class: `Symfony\\ Component\\ Console\\ Helper\\ TableCell `::
154
154
155
155
use Symfony\Component\Console\Helper\Table;
156
156
use Symfony\Component\Console\Helper\TableSeparator;
@@ -167,7 +167,7 @@ To make a table cell which spans multiple columns you can use a :class:`Symfony\
167
167
;
168
168
$table->render();
169
169
170
- which results in:
170
+ This results in:
171
171
172
172
.. code-block :: text
173
173
@@ -221,7 +221,7 @@ In a similar way you can span multiple rows::
221
221
;
222
222
$table->render();
223
223
224
- which results in :
224
+ This outputs :
225
225
226
226
.. code-block :: text
227
227
You can’t perform that action at this time.
0 commit comments