-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Console] fix #9325 extend table helper to have a row divider #9680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -263,6 +263,7 @@ public static function createFromGlobals() | |||
$request->request = new ParameterBag($data); | |||
} | |||
|
|||
if (0 === strpos()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woah! removing immediately
👍 |
You must create a doc pr before merging this. (let's be strict again about that topic) |
ok @wouterj i will work on it |
@wouterj done |
Maybe you could squash your commits to have only one relevant. |
@hhamon done |
bump @fabpot , all good or shall i rebase? |
@fabpot rebased |
now i want to cook that bot @fabbot-io
@fabpot ^^ This PR is 👍 |
Closing in favor of #10365 |
…bpot) This PR was merged into the 2.5-dev branch. Discussion ---------- [Console] deprecated TableHelper in favor of Table | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | yes | Tests pass? | yes | Fixed tickets | #9788, #9680, #9325 | License | MIT | Doc PR | symfony/symfony-docs#3627 This PR makes the Table helper stateless. It also adds a way to define global styles and to change/tweak existing styles easily. The second commit adds the possibility to add a separator anywhere in the table output. Commits ------- 21784ce [Console] make it possible to pass a style directly to Table::setStyle() 14caaec [Console] added the possibility to insert a table separator anywhere in a table output 39c495f [Console] deprecated TableHelper in favor of Table
This PR gives the ability to insert divider rows within a table.