Thanks to visit codestin.com
Credit goes to github.com

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: v6.4.18
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: v6.4.24
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

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

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. 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
  2. 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
Loading