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
minor #21369 [Console] Document timeout functionality for QuestionHelper (janedbal)
This PR was squashed before being merged into the 7.4 branch.
Discussion
----------
[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
Commits
-------
c6d70aa [Console] Document timeout functionality for `QuestionHelper`
0 commit comments