-
-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #53516 [Console] Allow '0' as a $shortcut in InputOption.php (law…
…sonjl-ornl) This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Console] Allow '0' as a $shortcut in InputOption.php | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #53514 | License | MIT Fixes some comparisons to no longer erroneously disallow `'0'`/`'-0'` as a shortcut value. Commits ------- 2b6fe56e1a [Console] Allow '0' as a $shortcut in InputOption.php
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters