8000 [Console] made Application::getTerminalDimensions() public · Ninir/symfony@d786e09 · GitHub
[go: up one dir, main page]

Skip to content

Commit d786e09

Browse files
committed
[Console] made Application::getTerminalDimensions() public
1 parent 5699a34 commit d786e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ protected function getTerminalHeight()
870870
*
871871
* @return array Array containing width and height
872872
*/
873-
protected function getTerminalDimensions()
873+
public function getTerminalDimensions()
874874
{
875875
if (defined('PHP_WINDOWS_VERSION_BUILD')) {
876876
// extract [w, H] from "wxh (WxH)"

0 commit comments

Comments
 (0)
0