Commit f0a9916
committed
bug symfony#53711 [Console] Allow false as a $shortcut in InputOption (jayminsilicon)
This PR was squashed before being merged into the 5.4 branch.
Discussion
----------
[Console] Allow false as a $shortcut in InputOption
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#53702
| License | MIT
This change is needed for laravel 8.x installation to allow running kernel and module based architecture. Right now our deployments are suddenly stopped since morning all saying "An option shortcut cannot be empty" and root cause for this is $shortcut is coming as false from laravel modules feature library.
Commits
-------
2025baa [Console] Allow false as a $shortcut in InputOptionFile tree
2 files changed
+3
-1
lines changed- src/Symfony/Component/Console
- Input
- Tests/Input
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments