From 30502f1cb4963e6bd2e9b71761c6e41f39174e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ma=C5=82olepszy?= Date: Wed, 30 Oct 2013 22:03:14 +0100 Subject: [PATCH] changes size of the line default value --- src/Composer/IO/IOInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/IO/IOInterface.php b/src/Composer/IO/IOInterface.php index b17da6128..f117ce974 100644 --- a/src/Composer/IO/IOInterface.php +++ b/src/Composer/IO/IOInterface.php @@ -71,7 +71,7 @@ interface IOInterface * @param bool $newline Whether to add a newline or not * @param integer $size The size of line */ - public function overwrite($messages, $newline = true, $size = 80); + public function overwrite($messages, $newline = true, $size = null); /** * Asks a question to the user.