Closed
Description
While reviewing #20941, is saw there is a Table style named symfony-style-guide
but it's not documented.
Output is
--------------- -------------------------- ------------------
ISBN Title Author
--------------- -------------------------- ------------------
99921-58-10-7 Divine Comedy Dante Alighieri
9971-5-0210-0 A Tale of Two Cities Charles Dickens
960-425-059-0 The Lord of the Rings J. R. R. Tolkien
80-902734-1-6 And Then There Were None Agatha Christie
--------------- -------------------------- ------------------
Introduced by this commit symfony/symfony@96b4210
Probably related to #4265 ?
Should we document this style ?
Or should it be deprecated in codebase ? (I can make PR)
Activity
javiereguiluz commentedon May 13, 2025
Thanks Antoine. I wasn't aware of this.
Table
helper page, because this is related to Symfony Style and I don't think we should document both. You either use SymfonyStyle (no control but everything is done for you) or the helpers (full control but requires work)alamirault commentedon Jun 1, 2025
Indeed
SymfonyStyle
use it and didn't see it.This table still can maybe be deprecated and moved to SymfonyStyle.
But it's not a documentation issue