Skip to content

Commit 9116f6b

Browse files
committed
Remove old versionadded directives
1 parent 051caed commit 9116f6b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

components/console/helpers/questionhelper.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ provide a callback function to dynamically generate suggestions::
214214
$filePath = $helper->ask($input, $output, $question);
215215
}
216216

217-
.. versionadded:: 4.3
218-
219-
The ``setAutocompleterCallback()`` method was introduced in Symfony 4.3.
220-
221217
Do not Trim the Answer
222218
~~~~~~~~~~~~~~~~~~~~~~
223219

@@ -238,10 +234,6 @@ You can also specify if you want to not trim the answer by setting it directly w
238234
$name = $helper->ask($input, $output, $question);
239235
}
240236

241-
.. versionadded:: 4.4
242-
243-
The ``setTrimmable()`` method was introduced in Symfony 4.4.
244-
245237
Hiding the User's Response
246238
~~~~~~~~~~~~~~~~~~~~~~~~~~
247239

0 commit comments

Comments
 (0)