8000
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.
2 parents 24534ce + 151f2c1 commit 5699a34Copy full SHA for 5699a34
src/Symfony/Component/Console/Application.php
@@ -846,7 +846,7 @@ public function renderException($e, $output)
846
*
847
* @return int|null
848
*/
849
- public function getTerminalWidth()
+ protected function getTerminalWidth()
850
{
851
$dimensions = $this->getTerminalDimensions();
852
@@ -858,7 +858,7 @@ public function getTerminalWidth()
858
859
860
861
- public function getTerminalHeight()
+ protected function getTerminalHeight()
862
863
864
0 commit comments