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/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.1
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    22db41e View commit details
    Browse the repository at this point in the history
  2. bug #62794 [JsonPath] fix calling non-static method statically (keradus)

    This PR was submitted for the 7.4 branch but it was merged into the 7.3 branch instead.
    
    Discussion
    ----------
    
    [JsonPath] fix calling non-static method statically
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | yes-ish
    | New feature?  | no <!-- if yes, also update src/**/CHANGELOG.md -->
    | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
    | Issues        | Fix compiler complaints
    | License       | MIT
    
    if [lambda would be declared as static](#62783), calling non-static method from it would fail with the following error:
    > Error: Non-static method Symfony\Component\JsonPath\JsonCrawler::normalizeStorage() cannot be called statically
    
    let's not call non-static method statically.
    
    Commits
    -------
    
    22db41e src/Symfony/Component/JsonPath - fix
    nicolas-grekas committed Dec 17, 2025
    Configuration menu
    Copy the full SHA
    7087b4f View commit details
    Browse the repository at this point in the history
Loading