You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Console] Document timeout functionality for QuestionHelper
This adds documentation for the setTimeout() method that was added to
the Question class in Symfony 7.4. The timeout feature allows setting
a maximum time limit for user input to prevent hanging indefinitely
in interactive questions, particularly useful in database transactions
or other time-sensitive operations.
Closes#21366
0 commit comments