We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051caed commit 9116f6bCopy full SHA for 9116f6b
components/console/helpers/questionhelper.rst
@@ -214,10 +214,6 @@ provide a callback function to dynamically generate suggestions::
214
$filePath = $helper->ask($input, $output, $question);
215
}
216
217
-.. versionadded:: 4.3
218
-
219
- The ``setAutocompleterCallback()`` method was introduced in Symfony 4.3.
220
221
Do not Trim the Answer
222
~~~~~~~~~~~~~~~~~~~~~~
223
@@ -238,10 +234,6 @@ You can also specify if you want to not trim the answer by setting it directly w
238
234
$name = $helper->ask($input, $output, $question);
239
235
240
236
241
-.. versionadded:: 4.4
242
243
- The ``setTrimmable()`` method was introduced in Symfony 4.4.
244
245
237
Hiding the User's Response
246
~~~~~~~~~~~~~~~~~~~~~~~~~~
247
0 commit comments