8000 Comparing v6.4.16...v6.4.17 · 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: v6.4.16
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: v6.4.17
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 2, 2024

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

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 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
Loading
0