Merge pull request #2387 from dyferencjal/inconsistent-io-interface
changes size of the line default valuepull/2397/head
commit
d11bb86778
|
@ -71,7 +71,7 @@ interface IOInterface
|
||||||
* @param bool $newline Whether to add a newline or not
|
* @param bool $newline Whether to add a newline or not
|
||||||
* @param integer $size The size of line
|
* @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.
|
* Asks a question to the user.
|
||||||
|
|
Loading…
Reference in New Issue