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: v7.1.11
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.2.0
Choose a head ref
  • 9 commits
  • 8 files changed
  • 7 contributors

Commits on Jun 20, 2024

  1. Prefix all sprintf() calls

    derrabus committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5aae1c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. chore: CS fixes

    keradus authored and nicolas-grekas committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    103a168 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Update .gitattributes

    fabpot committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f4bd2c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Code style change in @PER-CS2.0 affecting @Symfony (parentheses f…

    …or anonymous classes)
    bonroyage authored and derrabus committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d7f2198 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      synchronize IBAN formats
      [PropertyAccess] Fix handling property names with a `.`
    nicolas-grekas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    16dc522 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      Fix expected missing return types
      [VarDumper] Fix tests
    nicolas-grekas committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4136b21 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    18ee3bd View commit details
    Browse the repository at this point in the history
  2. relax mock class name matching

    Instead of performing some fuzzy matching on the automatically generated mock
    name (the pattern varies between different PHPUnit versions) we can simply
    use the actual exact class name.
    xabbuh committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c8085cf View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

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