changes size of the line default value
parent
c849f7d05d
commit
30502f1cb4
|
@ -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