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.2.10
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.2.11
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    d9c2f5f View commit details
    Browse the repository at this point in the history
  2. bug #41386 [Console] Escape synopsis output (jschaedl)

    This PR was squashed before being merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Console] Escape synopsis output
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | Fix #41315 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
    
    Commits
    -------
    
    960cb520df [Console] Escape synopsis output
    nicolas-grekas committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    e3d2125 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.2

    * 4.4:
      [Console] Escape synopsis output
      Document null support in NumberToLocalizedStringTransformer
    nicolas-grekas committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    3685a3a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Fix incompatible implicit float-to-int conversions

    Signed-off-by: Alexander M. Turek <[email protected]>
    derrabus committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    9aa1eb4 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.2

    * 4.4:
      Fix incompatible implicit float-to-int conversions
      [Translation] Don't pass null to strtoupper()
      cs fix
      [DependencyInjection] Don't pass null to trim()
      Add return types to JsonSerializable implementations
      Fix Serializable deprecations triggered by token mocks
      Add missing security translations
    derrabus committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    2f93c8c View commit details
    Browse the repository at this point in the history
Loading