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/http-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.42
Choose a base ref
...
head repository: symfony/http-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.43
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on May 27, 2022

  1. Bump Symfony version to 4.4.43

    fabpot committed May 27, 2022
    Configuration menu
    Copy the full SHA
    6ba21e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

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

Commits on Jun 19, 2022

  1. CS fix

    nicolas-grekas committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    46bff0d View commit details
    Browse the repository at this point in the history
  2. bug #46676 [DoctrineBridge] Extend type guessing on enum fields (Gigi…

    …no Chianese)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [DoctrineBridge] Extend type guessing on enum fields
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    
    Doctrine supports enumType on array values, while the current implementation always assumes the value to be an enum object, if enumType is set.
    
    If $typeOfField is `json_array` the collectionKeyType will still be null, while collectionValueType will be filled. That's because we have no way to determine from doctrine metadata, if the key is string or int. Yet I don't know if that's a valid thing to do, otherwise we should return null in that case.
    
    Commits
    -------
    
    79239feaab CS fix
    a9b0f43366 [DoctrineBridge] Extend type guessing on enum fields
    nicolas-grekas committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    0939810 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    546634a View commit details
    Browse the repository at this point in the history
  2. Update VERSION for 4.4.43

    fabpot committed Jun 26, 2022
    Configuration menu
    Copy the full SHA
    c4c33fb View commit details
    Browse the repository at this point in the history
Loading