@@ -60,7 +60,7 @@ Autocompletion
60
60
~~~~~~~~~~~~~~
61
61
62
62
.. versionadded :: 2.2
63
- Autocompletion for questions was added in Symfony 2.2.
63
+ Autocompletion for questions was introduced in Symfony 2.2.
64
64
65
65
You can also specify an array of potential answers for a given question. These
66
66
will be autocompleted as the user types::
@@ -78,7 +78,7 @@ Hiding the User's Response
78
78
~~~~~~~~~~~~~~~~~~~~~~~~~~
79
79
80
80
.. versionadded :: 2.2
81
- The ``askHiddenResponse `` method was added in Symfony 2.2.
81
+ The ``askHiddenResponse `` method was introduced in Symfony 2.2.
82
82
83
83
You can also ask a question and hide the response. This is particularly
84
84
convenient for passwords::
@@ -148,7 +148,7 @@ Validating a Hidden Response
148
148
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149
149
150
150
.. versionadded :: 2.2
151
- The ``askHiddenResponseAndValidate `` method was added in Symfony 2.2.
151
+ The ``askHiddenResponseAndValidate `` method was introduced in Symfony 2.2.
152
152
153
153
You can also ask and validate a hidden response::
154
154
@@ -176,7 +176,7 @@ Let the user choose from a list of Answers
176
176
177
177
.. versionadded :: 2.2
178
178
The :method: `Symfony\\ Component\\ Console\\ Helper\\ DialogHelper::select ` method
179
- was added in Symfony 2.2.
179
+ was introduced in Symfony 2.2.
180
180
181
181
If you have a predefined set of answers the user can choose from, you
182
182
could use the ``ask `` method described above or, to make sure the user
@@ -211,7 +211,7 @@ argument). The default value for the attempts is ``false``, which means infinite
211
211
attempts. You can define your own error message in the sixth argument.
212
212
213
213
.. versionadded :: 2.3
214
- Multiselect support was added in Symfony 2.3.
214
+ Multiselect support was introduced in Symfony 2.3.
215
215
216
216
Multiple Choices
217
217
................
0 commit comments