We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f54fe commit defd326Copy full SHA for defd326
src/Symfony/Component/Console/Helper/Table.php
@@ -286,6 +286,9 @@ public function setHorizontal(bool $horizontal = true): static
286
return $this;
287
}
288
289
+ /**
290
+ * @return $this
291
+ */
292
public function setVertical(bool $vertical = true): self
293
{
294
$this->displayOrientation = $vertical ? self::DISPLAY_ORIENTATION_VERTICAL : self::DISPLAY_ORIENTATION_DEFAULT;
0 commit comments