Skip to content

spelling of property key gets changed #12

@gossi

Description

@gossi

I stored a property this way:

$obj->setProperty('key', 'value');

However, when I fetched them all with $obj->getExtraProperties() the key turned into KEY which is problematic, because the code follows with a case-sensitive spelling check and this breaks it completely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions