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
I'm trying to use your library with Doctrine 2.5 embeddable objects. Unfortunately, this is impossible because I'm using annotations instead of YAML and the docblock must be applied to the properties. I can't extend the class to do it because you marked it as final. I know there has already been a long discussion about why you decided to restrict users from inheriting the Money class, but this makes this whole library unusable for anyone using annotations (that are really common on Symfony).
The text was updated successfully, but these errors were encountered:
I'm trying to use your library with Doctrine 2.5 embeddable objects. Unfortunately, this is impossible because I'm using annotations instead of YAML and the docblock must be applied to the properties. I can't extend the class to do it because you marked it as
final
. I know there has already been a long discussion about why you decided to restrict users from inheriting theMoney
class, but this makes this whole library unusable for anyone using annotations (that are really common on Symfony).The text was updated successfully, but these errors were encountered: