Add strict_types declaration?
scrummer opened this issue · 1 comments
scrummer commented
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
brendt commented
Thanks for pointing this out, I've added them.