Open pierallard opened 8 years ago
I've done this:
https://github.com/akeneo/badger/blob/master/src/Badger/GameBundle/Entity/BadgeInterface.php#L15
But another possibility is to remove "extends TaggableInterface" from this interface, and add "implements TaggableInterface" to "Badge".
I think these 2 implementations are "code-correct", but have not the same "coding sense".
What's your opinion ?
I've done this:
https://github.com/akeneo/badger/blob/master/src/Badger/GameBundle/Entity/BadgeInterface.php#L15
But another possibility is to remove "extends TaggableInterface" from this interface, and add "implements TaggableInterface" to "Badge".
I think these 2 implementations are "code-correct", but have not the same "coding sense".
What's your opinion ?