- 000
Symfony version(s) affected
6.2.5
Description
This happens if you send EOF (Ctrl + D) when answering interactive questions. All subsequent questions are ignored and answers are set from default values. It works like you run the script with --no-interaction option.
How to reproduce
$io = new Symfo...