We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b051c commit 0a59623Copy full SHA for 0a59623
components/console/helpers/table.rst
@@ -150,8 +150,8 @@ The output of this command will be:
150
| (the rest of the rows...) |
151
+-------+------------+--------------------------------+
152
153
-Console tables content is displayed horizontally by default.
154
-You can change this behavior via the :method:`Symfony\\Component\\Console\\Helper\\Table::setVertical` method::
+By default, table contents are displayed horizontally. You can change this behavior
+via the :method:`Symfony\\Component\\Console\\Helper\\Table::setVertical` method::
155
156
// ...
157
$table->setVertical();
0 commit comments