-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Console] Fix horizontal table top border is incorrectly rendered #52132
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
[Console] Fix horizontal table top border is incorrectly rendered #52132
Conversation
Fabbot is false positive |
The issue might be with unicode characters. Could you add an emoji in the values? |
Lets try the fix from the bug report |
b058fc8
to
00f0d34
Compare
@@ -411,7 +411,7 @@ public function render() | |||
|
|||
if ($isHeader && !$isHeaderSeparatorRendered) { | |||
$this->renderRowSeparator( | |||
$isHeader ? self::SEPARATOR_TOP : self::SEPARATOR_TOP_BOTTOM, | |||
self::SEPARATOR_TOP, |
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.
I removed this, because $isHeader
is always true
6857bfa
to
6ef10c1
Compare
Thank you @OskarStark. |
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [symfony/console](https://symfony.com) ([source](https://togithub.com/symfony/console)) | `6.3.4` -> `6.3.8` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>symfony/console (symfony/console)</summary> ### [`v6.3.8`](https://togithub.com/symfony/console/releases/tag/v6.3.8) [Compare Source](https://togithub.com/symfony/console/compare/v6.3.4...v6.3.8) **Changelog** (symfony/console@v6.3.7...v6.3.8) - bug [symfony/symfony#52132](https://togithub.com/symfony/symfony/issues/52132) \[Console] Fix horizontal table top border is incorrectly rendered ([@​OskarStark](https://togithub.com/OskarStark)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Lendable/composer-license-checker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cc @alainrinder