Skip to content

Cannot initialize readonly property from scope #60846

Closed
@nafetsrybak

Description

@nafetsrybak

Description

Cannot initialize readonly property from scope

Could we improve the Symfony Serializer component by implementing something similar to this:
doctrine/orm@229de42 ?

For php versions less then (not including) 8.4.0. Starting from 8.4.0 ReflectionProperty::setValue behavior is different

Example

readonly class ParentClass {
    public string $parentProp;
}
readonly class ChildClass extends ParentClass {
    public string $childProp;
}
$serializer = new Serializer();
$data = [
    'parent_prop' => 'parentValue',
    'child_prop' => 'childValue'
];
$dto = $serializer->denormalize($data, ChildClass::class);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy