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/dependency-injection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.1
Choose a base ref
...
head repository: symfony/dependency-injection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
  • 12 commits
  • 11 files changed
  • 4 contributors

Commits on Jul 9, 2025

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

Commits on Jul 10, 2025

  1. CS fixes

    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    ed9fb80 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.2

    * 6.4:
      -
      CS fixes
    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    a3b6dca View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.2' into 7.3

    * 7.2:
      -
      -
      CS fixes
    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    8a2c38a View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Fix @var phpdoc

    fabpot committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    155f766 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Configuration menu
    Copy the full SHA
    82c5b62 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.2

    * 6.4:
      [Routing] Add test to validate that default value is allowed to not match requirement
      fix handling required options
      Fix @var phpdoc
      [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority
      [FrameworkBundle] fix phpdoc in `MicroKernelTrait`
      Fixed validator translations for Albanian
    nicolas-grekas committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    2505c62 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.2' into 7.3

    * 7.2:
      [DoctrineBridge] Prevent idle connection listener from running on subrequests
      [Routing] Add test to validate that default value is allowed to not match requirement
      fix handling required options
      Fix @var phpdoc
      [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority
      [FrameworkBundle] fix phpdoc in `MicroKernelTrait`
      Fixed validator translations for Albanian
    nicolas-grekas committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    ed4430f View commit details
    Browse the repository at this point in the history
  4. Fix various bool-type coercions

    Girgias authored and nicolas-grekas committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    bd9edaf View commit details
    Browse the repository at this point in the history
  5. minor #61103 Fix various bool-type coercions (Girgias)

    This PR was squashed before being merged into the 6.4 branch.
    
    Discussion
    ----------
    
    Fix various bool-type coercions
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
    | Issues        |
    | License       | MIT
    
    This is cherry-picking some of the commits from #60890 which are basically bugs.
    Not sure what the commit naming policy is so do let me know if you want me to manually rebase and rename commits following some guidelines.
    
    Commits
    -------
    
    b3d30e3b60e Fix various bool-type coercions
    nicolas-grekas committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    7abed48 View commit details
    Browse the repository at this point in the history
  6. Merge branch '6.4' into 7.2

    * 6.4:
      remove an invalid test
      [Translation] fix support of `TranslatableInterface` in `IdentityTranslator`
      Fix various bool-type coercions
    xabbuh committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    9d62453 View commit details
    Browse the repository at this point in the history
  7. Merge branch '7.2' into 7.3

    * 7.2:
      remove an invalid test
      [Translation] fix support of `TranslatableInterface` in `IdentityTranslator`
      Fix various bool-type coercions
    xabbuh committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    6730820 View commit details
    Browse the repository at this point in the history
Loading