8000 Merge branch '2.0' into 2.1 · symfony/symfony@5699a34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5699a34

Browse files
committed
Merge branch '2.0' into 2.1
* 2.0: Revert "merged branch egeloen/f-2.0-terminal-width (PR #6571)"
2 parents 24534ce + 151f2c1 commit 5699a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Console/Application.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ public function renderException($e, $output)
846846
*
847847
* @return int|null
848848
*/
849-
public function getTerminalWidth()
849+
protected function getTerminalWidth()
850850
{
851851
$dimensions = $this->getTerminalDimensions();
852852

@@ -858,7 +858,7 @@ public function getTerminalWidth()
858858
*
859859
* @return int|null
860860
*/
861-
public function getTerminalHeight()
861+
protected function getTerminalHeight()
862862
{
863863
$dimensions = $this->getTerminalDimensions();
864864

0 commit comments

Comments
 (0)
0