1
0
Fork 0

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

changes size of the line default value
pull/2397/head
Jordi Boggiano 2013-10-31 03:50:04 -07:00
commit d11bb86778
1 changed files with 1 additions and 1 deletions

View File

@ -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.