@@ -213,9 +213,6 @@ which outputs:
213213 │ 80-902734-1-6 │ And Then There Were None │ Agatha Christie │
214214 └───────────────┴──────────────────────────┴──────────────────┘
215215
216- ..versionadded ::4.1
217- The ``box `` style was introduced in Symfony 4.1.
218-
219216 You can also set the style to ``box-double ``::
220217
221218 $table->setStyle('box-double');
@@ -234,9 +231,6 @@ which outputs:
234231 ║ 80-902734-1-6 │ And Then There Were None │ Agatha Christie ║
235232 ╚═══════════════╧══════════════════════════╧══════════════════╝
236233
237- ..versionadded ::4.1
238- The ``box-double `` style was introduced in Symfony 4.1.
239-
240234 If the built-in styles do not fit your need, define your own::
241235
242236 use Symfony\Component\Console\Helper\TableStyle;
@@ -266,17 +260,6 @@ Here is a full list of things you can customize:
266260*:method: `Symfony\\ Component\\ Console\\ Helper\\ TableStyle::setBorderFormat `
267261*:method: `Symfony\\ Component\\ Console\\ Helper\\ TableStyle::setPadType `
268262
269- ..versionadded ::4.1
270- The ``setDefaultCrossingChars `` method was introduced in Symfony 4.1.
271- It replaces the deprecated ``setHorizontalBorderChar `` method.
272-
273- Also, the ``setVerticalBorderChars `` method was introduced. Use this instead
274- of the deprecated ``setVerticalBorderChar `` method.
275-
276- The ``setCrossingChars() `` and ``setDefaultCrossingChar() `` methods are also
277- new. Previously you could only use the now deprecated ``setCrossingChar() ``
278- method.
279-
280263..tip ::
281264
282265 You can also register a style globally::
@@ -382,9 +365,6 @@ you to create any table layout you may wish.
382365Modifying Rendered Tables
383366-------------------------
384367
385- ..versionadded ::4.1
386- The feature to modify rendered tables was introduced in Symfony 4.1.
387-
388368The ``render() `` method requires passing the entire table contents. However,
389369sometimes that information is not available beforehand because it's generated
390370dynamically. In those cases, use the