8000 fixup! Console Table vertical rendering · symfony/symfony@defd326 · GitHub
[go: up one dir, main page]

Skip to content

Commit defd326

Browse files
committed
fixup! Console Tab 8000 le vertical rendering
1 parent 90f54fe commit defd326

File tree

1 file changed

+3
-0
lines changed
  • src/Symfony/Component/Console/Helper

1 file changed

+3
-0
lines changed

src/Symfony/Component/Console/Helper/Table.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ public function setHorizontal(bool $horizontal = true): static
286286
return $this;
287287
}
288288

289+
/**
290+
* @return $this
291+
*/
289292
public function setVertical(bool $vertical = true): self
290293
{
291294
$this->displayOrientation = $vertical ? self::DISPLAY_ORIENTATION_VERTICAL : self::DISPLAY_ORIENTATION_DEFAULT;

0 commit comments

Comments
 (0)
0