diff --git a/user_guide_src/source/cli/cli_library/007.php b/user_guide_src/source/cli/cli_library/007.php index 474229ba6e..6d77ee91e4 100644 --- a/user_guide_src/source/cli/cli_library/007.php +++ b/user_guide_src/source/cli/cli_library/007.php @@ -2,9 +2,11 @@ $fruit = CLI::promptByKey('These are your choices:', ['The red apple', 'The plump orange', 'The ripe banana']); -//These are your choices: -// [0] The red apple -// [1] The plump orange -// [2] The ripe banana -// -//[0, 1, 2]: +/* +These are your choices: + [0] The red apple + [1] The plump orange + [2] The ripe banana + +[0, 1, 2]: +*/ diff --git a/user_guide_src/source/cli/cli_library/008.php b/user_guide_src/source/cli/cli_library/008.php index 003c9a3624..b455b7efe2 100644 --- a/user_guide_src/source/cli/cli_library/008.php +++ b/user_guide_src/source/cli/cli_library/008.php @@ -6,9 +6,11 @@ $fruit = CLI::promptByKey(['These are your choices:', 'Which would you like?'], 'banana' => 'The ripe banana' ]); -//These are your choices: -// [apple] The red apple -// [orange] The plump orange -// [banana] The ripe banana -// -//Which would you like? [apple, orange, banana]: +/* +These are your choices: + [apple] The red apple + [orange] The plump orange + [banana] The ripe banana + +Which would you like? [apple, orange, banana]: +*/