8000 Comparing v7.2.1...v7.2.2 · symfony/property-info · GitHub
[go: up one dir, main page]

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

Commits on Dec 10, 2024

  1. Configuration menu
    Copy the full SHA
    812c6f0 View commit details
    Browse the repository at this point in the history
  2. bug #59012 [PropertyInfo] Fix interface handling in `PhpStanTypeHelpe…

    …r` (janedbal)
    
    This PR was squashed before being merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [PropertyInfo] Fix interface handling in `PhpStanTypeHelper`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.1
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | License       | MIT
    
    Previously, deserializing object with `Interface<T>` property was failing on undefined array key in `PhpStanTypeHelper` (generic `Clazz<T>` works just fine):
    
    ```
    ErrorException: Undefined array key 0
    /app/backend/vendor/symfony/property-info/Util/PhpStanTypeHelper.php:171
    /app/backend/vendor/symfony/property-info/Util/PhpStanTypeHelper.php:49
    /app/backend/vendor/symfony/property-info/Extractor/PhpStanExtractor.php:130
    /app/backend/vendor/symfony/property-info/PropertyInfoExtractor.php:93
    /app/backend/vendor/symfony/property-info/PropertyInfoExtractor.php:66
    /app/backend/vendor/symfony/property-info/PropertyInfoCacheExtractor.php:102
    /app/backend/vendor/symfony/property-info/PropertyInfoCacheExtractor.php:69
    /app/backend/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:669
    /app/backend/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:646
    /app/backend/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php:386
    /app/backend/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:243
    /app/backend/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php:349
    /app/backend/vendor/symfony/serializer/Serializer.php:247
    /app/backend/vendor/symfony/serializer/Serializer.php:152
    ```
    
    Commits
    -------
    
    88e7a7226c0 [PropertyInfo] Fix interface handling in `PhpStanTypeHelper`
    chalasr committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    06aa451 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Merge branch '6.4' into 7.1

    * 6.4:
      [BeanstalkMessenger] Round delay to an integer to avoid deprecation warning
      [PropertyInfo] Fix interface handling in `PhpStanTypeHelper`
      [HttpClient] Test POST to GET redirects
      [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data)
      fix: preserve and nowrap in profiler code highlighting
    fabpot committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    295be4f View commit details
    Browse the repository at this point in the history
  2. [PropertyInfo] Upmerge #59012

    mtarld authored and fabpot committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    65bb593 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.1' into 7.2

    * 7.1:
      Fix resolve enum in string type resolver
      [PropertyInfo] Upmerge #59012
      [BeanstalkMessenger] Round delay to an integer to avoid deprecation warning
      [PropertyInfo] Fix interface handling in `PhpStanTypeHelper`
      [HttpClient] Test POST to GET redirects
      [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data)
      fix: preserve and nowrap in profiler code highlighting
    xabbuh committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    8c05131 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5274b02 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    15937b8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      bump lowest required TypeInfo component version
      [PropertyInfo] Fix generic enum test
    xabbuh committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    eb5ab67 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. [PropertyInfo] Remove @internal directives to allow extensions with…

    … no static-analysis errors
    Dario Guarracino committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    38b125d View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Merge branch '6.4' into 7.1

    * 6.4:
      [PropertyInfo] Remove `@internal` directives to allow extensions with no static-analysis errors
    chalasr committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    daa1a1c View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      [PropertyInfo] Remove `@internal` directives to allow extensions with no static-analysis errors
    chalasr committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    1dfeb0d View commit details
    Browse the repository at this point in the history
Loading
0