Skip to content

Commit

Permalink
[Console] made Application::getTerminalDimensions() public
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 5, 2013
1 parent 5699a34 commit d786e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ protected function getTerminalHeight()
*
* @return array Array containing width and height
*/
protected function getTerminalDimensions()
public function getTerminalDimensions()
{
if (defined('PHP_WINDOWS_VERSION_BUILD')) {
// extract [w, H] from "wxh (WxH)"
Expand Down

0 comments on commit d786e09

Please sign in to comment.