Commit 612d814
committed
minor symfony#61801 [Console] Specify types of interactive question choices (GromNaN)
This PR was merged into the 6.4 branch.
Discussion
----------
[Console] Specify types of interactive question choices
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#61122
| License | MIT
Passing a non-string value results in a deprecation message when the value is passed to `str_starts_with`.
Replace symfony#61123
Commits
-------
802067c [Console] Specify types of interactive question choices1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments