Explorar o código

changes size of the line default value

Paweł Małolepszy %!s(int64=12) %!d(string=hai) anos
pai
achega
30502f1cb4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/IO/IOInterface.php

+ 1 - 1
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.