Commit 215cacf
committed
bug symfony#4423 Fix description of ConfirmationQuestion (cxj)
This PR was merged into the 2.5 branch.
Discussion
----------
Fix description of ConfirmationQuestion
In my testing and in my brief reading of the Symfony\Component\Console\Question code, the old description of re-asking the question does not occur and I see no way for that to happen. That would be nice, desirable behavior. However, the truth is the ask() method always returns ``true`` or ``false`` upon any input.
Commits
-------
40aa596 Fix description of ConfirmationQuestion1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments