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.6
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.7
Choose a head ref
  • 10 commits
  • 10 files changed
  • 7 contributors

Commits on Apr 7, 2021

  1. Configuration menu
    Copy the full SHA
    1b95e23 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.2

    * 4.4:
      [CS] Replace easy occurences of ?: with ??
    derrabus committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    2d9a18c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d53ddf9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    f0671ef View commit details
    Browse the repository at this point in the history
  2. Add test.

    grasmash authored and fabpot committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3341558 View commit details
    Browse the repository at this point in the history
  3. bug #40698 [Console] Add Helper::width() and Helper::length() (Nyholm…

    …, grasmash)
    
    This PR was merged into the 5.2 branch.
    
    Discussion
    ----------
    
    [Console] Add Helper::width() and Helper::length()
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.2
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Close #40697 Fix #40634, fix #40635
    | License       | MIT
    | Doc PR        |
    
    This PR will add add a Helper::strwidth() and a Helper::strlength(). Same with with the Helper::strlenWithoutDecoration(). It does not deprecate anything. That is done in #40695
    
    With this PR we dont have to revert the emoji issue (ie close #40697)
    
    FYI @grasmash, I used your tests from #40635
    
    Commits
    -------
    
    d9ea4c597c Add test.
    dc02ab3d74 [Console] Add Helper::strwidth() and Helper::strlength()
    fabpot committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    31bb2b3 View commit details
    Browse the repository at this point in the history
  4. minor #40728 [PHPDoc] Fix some union type cases (fancyweb)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [PHPDoc] Fix some union type cases
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    While working on symfony/symfony#40154, I discovered some PHPDoc issues, I'm going to comment in the review. Upper branches will need some fixes too.
    
    Commits
    -------
    
    dd1481642b [PHPDoc] Fix some union type cases
    Nyholm committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    2ac7479 View commit details
    Browse the repository at this point in the history
  5. Merge branch '4.4' into 5.2

    * 4.4:
      [PHPDoc] Fix some union type cases
    chalasr committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    3f55653 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

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

Commits on Apr 19, 2021

  1. Merge branch '4.4' into 5.2

    * 4.4:
      [VarDumper] Add PHP 8.1 enums tests
      [Console] : added phpdocs to InputOption constants
    derrabus committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    90374b8 View commit details
    Browse the repository at this point in the history
Loading