Skip to content

Conversation

@stloyd
Copy link
Member

@stloyd stloyd commented Dec 26, 2025

Resolves: #xxx

Change Log


Added

Fixed

Changed

  • Unify adapter entry normalizers

Removed

Deprecated

Security

Comment on lines +98 to +101
if ($this->value instanceof \BackedEnum) {
return (string) $this->value->value;
}

Copy link
Member Author

@stloyd stloyd Dec 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing that, in theory, may be considered a BC break, but in practice, IMO, it makes sense to return a value for backed ones, not a name (the adapter does that already most of the time...).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant