You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…itboudad)
This PR was merged into the 2.7 branch.
Discussion
----------
[Console] [TableHelper] make it work with SymfonyStyle.
| Q | A
| ------------- | ---
| Branch? | 2.7
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | no
| Fixed tickets | #18573
| License | MIT
| Doc PR | ~
Commits
-------
43cc93c [Console] [TableHelper] make it work with SymfonyStyle.
Uh oh!
There was an error while loading. Please reload this page.
I found a bug with the SymfonyStyle Console IO helper relating to the
TableHelper
.Let's say we're creating a new table, 2 ways, manually and with the SymfonyStyle Helper.
The issue seems to be down to this line: (looks like an easy fix)
https://github.com/symfony/console/blob/master/Style/SymfonyStyle.php#L216
Hopefully someone can create and apply a patch for future versions.
P.S: I love the SymfonyStyle Helper! Really Awesome DX initiative. I'd love to see a DX initiative to redesign the dev error page!
ping!: @javiereguiluz
The text was updated successfully, but these errors were encountered: