Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit215cacf
committed
bug#4423 Fix description of ConfirmationQuestion (cxj)
This PR was merged into the 2.5 branch.Discussion----------Fix description of ConfirmationQuestionIn 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 changedLines changed: 2 additions & 2 deletions
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
Comments
(0)