Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix roles doctrine type mapping #745

Merged
merged 1 commit into from Mar 4, 2024
Merged

Fix roles doctrine type mapping #745

merged 1 commit into from Mar 4, 2024

Conversation

core23
Copy link
Member

@core23 core23 commented Mar 4, 2024

According to the doctrine docs, the array type is deprecated and should not be used.

As the array was encoded using json_decode / json_encode (e.g. a:0:{}), the json type might be the correct one.

@core23 core23 added the Bug label Mar 4, 2024
@core23 core23 requested a review from nucleos-bot as a code owner March 4, 2024 16:32
@core23 core23 added this to the 3.3.0 milestone Mar 4, 2024
@core23 core23 merged commit fbe6b24 into 3.3.x Mar 4, 2024
19 of 20 checks passed
@core23 core23 deleted the doctrine-roles branch March 4, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant