Skip to content

Commit 8d9acc5

Browse files
committed
[#6437] Add versionadded directive
1 parent 8504381 commit 8d9acc5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/console/helpers/table.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ You can add a table separator anywhere in the output by passing an instance of
6666
| 80-902734-1-6 | And Then There Were None | Agatha Christie |
6767
+---------------+--------------------------+------------------+
6868
69+
.. versionadded:: 3.1
70+
The ``setColumnWidths()`` and ``setColumnWidth()`` methods were introduced
71+
in Symfony 3.1.
72+
6973
By default the width of the columns is calculated automatically based on their
7074
contents. Use the :method:`Symfony\\Component\\Console\\Helper\\Table::setColumnWidths`
7175
method to set the column widths explicitly::

0 commit comments

Comments
 (0)