Skip to content

Commit d922e65

Browse files
committed
array options need array default values
1 parent a4f7d51 commit d922e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or ``VALUE_OPTIONAL``
361361
null,
362362
InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY,
363363
'How many times should the message be printed?',
364-
1
364+
array(1)
365365
);
366366
367367
Console Helpers

0 commit comments

Comments
 (0)