spatie/enum

Add strict_types declaration?

scrummer opened this issue · 1 comments

As the library says that it is "strongly typed", wouldn't it make sense to add a declare(strict_types=1); to Enum::class?

Note: This should be possible without any problems as this library requires php >=7.2

Thanks for pointing this out, I've added them.