Pārlūkot izejas kodu

changes size of the line default value

Paweł Małolepszy 12 gadi atpakaļ
vecāks
revīzija
30502f1cb4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.