Skip to content

Commit 4c6a373

Browse files
committed
Merge branch '6.1' into 6.2
* 6.1: docs(test): add array example for options
2 parents ef07e1a + 3b4b287 commit 4c6a373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

console.rst

+2
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,8 @@ console::
496496

497497
// prefix the key with two dashes when passing options,
498498
// e.g: '--some-option' => 'option_value',
499+
// use brackets for testing array value,
500+
// e.g: '--some-option' => ['option_value'],
499501
]);
500502

501503
$commandTester->assertCommandIsSuccessful();

0 commit comments

Comments
 (0)