Skip to content

Commit 8c3d0ff

Browse files
committed
wip
1 parent a75baf5 commit 8c3d0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/console/src/Exceptions/UnknownArgumentsException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function render(Console $console): void
2424
'<code>%s</code>',
2525
$argument->name,
2626
))
27-
->implode(','),
27+
->implode(', '),
2828
));
2929
}
3030
}

0 commit comments

Comments
 (0)