Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.4.34
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.4.35
Choose a head ref
  • 6 commits
  • 41 files changed
  • 5 contributors

Commits on Jan 4, 2024

  1. [Console] CS fix

    OskarStark authored and nicolas-grekas committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a75c7a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    8c181cf View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    923817d View commit details
    Browse the repository at this point in the history
  2. 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
    fabpot committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    0aff198 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    de9a8d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbdf6ad View commit details
    Browse the repository at this point in the history
Loading