webfactory / WebfactoryPolyglotBundle

Symfony bundle simplifying translations in Doctrine.
MIT License
3 stars 2 forks source link

Use PHP 8.1+ language features #25

Closed mpdude closed 7 months ago

mpdude commented 7 months ago

Mostly typed properties, return type and parameter type hints.

Typed properties force us not to overload TranslatableClassMetadata fields with two possible kinds of values when serializing it. Instead, use a dedicated (type-safe) class for serialized data.