We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfc6c5 commit 709d6baCopy full SHA for 709d6ba
lib/cli/cli.php
@@ -61,7 +61,7 @@ function out_padded( $msg, ...$args ) {
61
* @return void
62
* @see cli\out()
63
*/
64
-function line( $msg = '' ) {
+function line( $msg = '', ...$args ) {
65
Streams::_call( 'line', func_get_args() );
66
}
67
0 commit comments