You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yaml Component allows reading new !php/enum SomeEnum::FOO_BAR into actual enum.
But same code is written back, this becomes constant: !php/const SomeEnum::FOO_BAR
Allow to write enums back instead of converting them to const
Description
Yaml Component allows reading new
!php/enum SomeEnum::FOO_BAR
into actual enum.But same code is written back, this becomes constant:
!php/const SomeEnum::FOO_BAR
Allow to write enums back instead of converting them to const
Example
The text was updated successfully, but these errors were encountered: