Skip to content

Commit 709d6ba

Browse files
committed
fix
1 parent 0bfc6c5 commit 709d6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function out_padded( $msg, ...$args ) {
6161
* @return void
6262
* @see cli\out()
6363
*/
64-
function line( $msg = '' ) {
64+
function line( $msg = '', ...$args ) {
6565
Streams::_call( 'line', func_get_args() );
6666
}
6767

0 commit comments

Comments
 (0)