Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit defd326

Browse filesBrowse files
committed
fixup! Console Table vertical rendering
1 parent 90f54fe commit defd326
Copy full SHA for defd326

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Helper/Table.php
+3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.