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

Commits on Jun 20, 2025

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

Commits on Jun 24, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [Security] Document `FirewallListenerInterface` as a firewall listener type
      Remove unused and non-existent Factory attribute use
      Move property accessor phpdoc to interface
      fix: twigphp/Twig/issues/4647
    chalasr committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    518d15c 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
    beb9785 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
    a9d30da 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
    181a378 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. 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
    4b3ff56 View commit details
    Browse the repository at this point in the history
  2. 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
    046bd20 View commit details
    Browse the repository at this point in the history
  3. Fix various bool-type coercions

    Girgias authored and nicolas-grekas committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    074de0e View commit details
    Browse the repository at this point in the history
  4. 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
    a33acda View commit details
    Browse the repository at this point in the history
  5. 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
    9858acd View commit details
    Browse the repository at this point in the history
  6. 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
    317916e View commit details
    Browse the repository at this point in the history
Loading