From 77d71b54de2a38ff24d2aec5a3f8f803993eb308 Mon Sep 17 00:00:00 2001 From: Philipp Rieber Date: Wed, 30 Oct 2013 07:50:30 +0100 Subject: [PATCH 1/2] [Components][Console] Replace ambiguous heading to generate unique anchor name --- components/console/helpers/dialoghelper.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/console/helpers/dialoghelper.rst b/components/console/helpers/dialoghelper.rst index 1c910d4106d..039c2afcfa0 100644 --- a/components/console/helpers/dialoghelper.rst +++ b/components/console/helpers/dialoghelper.rst @@ -123,8 +123,8 @@ in the last argument. Using ``false`` means the amount of attempts is infinite. The user will be asked as long as he provides an invalid answer and will only be able to proceed if her input is valid. -Hiding the User's Response -~~~~~~~~~~~~~~~~~~~~~~~~~~ +Validating a hidden Response +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. versionadded:: 2.2 The ``askHiddenResponseAndValidate`` method was added in Symfony 2.2. From 3785c68232049d25d7a8b9d604ee8d5b55315075 Mon Sep 17 00:00:00 2001 From: Philipp Rieber Date: Tue, 5 Nov 2013 06:55:53 +0100 Subject: [PATCH 2/2] [Components][Console] Fix lowercase to uppercase --- components/console/helpers/dialoghelper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/helpers/dialoghelper.rst b/components/console/helpers/dialoghelper.rst index 039c2afcfa0..ffad2181dd8 100644 --- a/components/console/helpers/dialoghelper.rst +++ b/components/console/helpers/dialoghelper.rst @@ -123,7 +123,7 @@ in the last argument. Using ``false`` means the amount of attempts is infinite. The user will be asked as long as he provides an invalid answer and will only be able to proceed if her input is valid. -Validating a hidden Response +Validating a Hidden Response ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. versionadded:: 2.2