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.0
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.1
Choose a head ref
  • 16 commits
  • 15 files changed
  • 6 contributors

Commits on Nov 29, 2020

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

Commits on Nov 30, 2020

  1. Merge branch '4.4' into 5.1

    * 4.4:
      Added additional file existence check on temporary file cleanup for dumpFile method
      fix lexing inline sequences/mappings with trailing whitespaces
      Added test for issue 39229
      [Console] Enable hyperlinks in Konsole/Yakuake
    derrabus committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    89bb40c View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.1' into 5.2

    * 5.1:
      Added additional file existence check on temporary file cleanup for dumpFile method
      fix lexing inline sequences/mappings with trailing whitespaces
      Added test for issue 39229
      [Console] Enable hyperlinks in Konsole/Yakuake
    derrabus committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    282ab89 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. [FrameworkBundle] acces public-deprecated services via the private co…

    …ntainer to remove false-positive deprecations
    nicolas-grekas committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    e3d1e90 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Merge branch '5.1' into 5.2

    * 5.1:
      minor cs fix
      [Config][TwigBundle] Fixed syntax error in config
      [DI] Fix Xdebug 3.0 detection
      Use php8 stable
      [Notifier] Streamline changelogs of notifier bridges
      [Cache] fix checking for redis_sentinel support
      [Messenger] Fixed wording in php doc
      [Intl] Update the ICU data to 68.1
      [FrameworkBundle] acces public-deprecated services via the private container to remove false-positive deprecations
      Remove unused @throws tags and handling of never thrown exceptions
      [PhpUnitBridge] Fix disabling DeprecationErrorHandler from phpunit configuration file
    nicolas-grekas committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    0b06390 View commit details
    Browse the repository at this point in the history
  2. Apply "visibility_required" CS rule to constants

    php-cs-fixer fix --rules='{"visibility_required": ["property", "method", "const"]}'
    nicolas-grekas committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    5896f21 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.1

    * 4.4:
      Update .php_cs.dist
      Apply "visibility_required" CS rule to constants
    nicolas-grekas committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    6cecebb View commit details
    Browse the repository at this point in the history
  4. Merge branch '5.1' into 5.2

    * 5.1:
      Update .php_cs.dist
      Apply "visibility_required" CS rule to constants
    nicolas-grekas committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    d6fd1d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Fix CS in changelogs

    jderusse committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    4613dba View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.1

    * 4.4:
      [Cache] fix setting "read_timeout" when using Redis
      Fix CS in changelogs
    nicolas-grekas committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    1e5ed7c View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.1' into 5.2

    * 5.1:
      Fix licence
      Fix CS in link binary
      [Cache] remove no-op
      Fix CS in Changelogs
      [Notifier][Sinch] Add tests
      [Notifier] [Nexmo] Add tests
      [Notifier][OvhCloud] Add tests
      [Notifier] [Free Mobile] Rename method to match other bridges
      [Cache] fix setting "read_timeout" when using Redis
      Fix CS in changelogs
      [Notifier] Streamline README files
    derrabus committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    69e959a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

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

    * 5.1:
      Use more explicit variable name
      Fix wrong comment about SES region
      [Mailer] [Sendgrid] Use $scheme variable to stay consistent
      [Mailer] [Amazon] Fix @param annotation
      [Mailer] Rename testsuites
      Remove void return type from test methods
      Remove void return type from test methods
      [Notifier] Remove void return type from test methods
    derrabus committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    f4e962e View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

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

    * 4.4:
      Remove :void in test function signatures
    fabpot committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    60aeac9 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.1' into 5.2

    * 5.1:
      Remove :void in test function signatures
    fabpot committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    47c0252 View commit details
    Browse the repository at this point in the history
Loading