Explorar el Código

Merge pull request #2387 from dyferencjal/inconsistent-io-interface

changes size of the line default value
Jordi Boggiano hace 12 años
padre
commit
d11bb86778
Se han modificado 1 ficheros con 1 adiciones y 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.