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: b39fd99
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 90933b3
Choose a head ref
  • 10 commits
  • 34 files changed
  • 7 contributors

Commits on Sep 2, 2020

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

    * 3.4:
      Enable "native_constant_invocation" CS rule
      Make AbstractPhpFileCacheWarmer public
    nicolas-grekas committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    4044c64 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

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

Commits on Sep 8, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      Prevent parsing invalid octal digits as octal numbers
      [DI] fix ContainerBuilder on PHP8
      [Console] Make sure $maxAttempts is an int or null.
      [VarDumper] Fix caster for invalid SplFileInfo objects on php 8.
      [Intl] Skip test cases that produce a TypeError on php 8.
      [PhpUnitBridge] Adjust output parsing for PHPUnit 9.3.
      [PhpUnitBridge] CoverageListenerTrait update for PHPUnit 8.5/9.x
      add bosnian (bs) translation
      [Debug] Parse "x not found" errors correctly on php 8.
    xabbuh committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    903b243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2a6c76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    714a4a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Fix tests on 5.6

    fabpot committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    b28996b View commit details
    Browse the repository at this point in the history
  2. Merge branch '3.4' into 4.4

    * 3.4:
      Fix tests on 5.6
      [Debug] Skip a test that was meant for HHVM.
      [Console] Silence warnings on sapi_windows_cp_set() call
      guard $argv + $token against null, preventing unnecessary exceptions
    fabpot committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    3c7ee34 View commit details
    Browse the repository at this point in the history
  3. Simplify code

    fabpot committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    37746b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    90933b3 View commit details
    Browse the repository at this point in the history
Loading