I created some Enums and running phpstan with level 6 or higher I get this: ``` Class Mollie\...\TokenizationSpecificationType extends generic class MyCLabs\Enum\Enum but does not specify its types: T ``` Could it be added to the readme how to add these types to my Enum class?