dbalabka / php-enumeration

Implementation of enumeration classes in PHP. The better alternative for enums
MIT License
53 stars 4 forks source link

Added required parameter to __unserialize() #26

Open BlNARYFOUR opened 2 years ago

BlNARYFOUR commented 2 years ago

Added required parameter to __unserialize() method to avoid compile errors in PHP 8 with "declare(strict_types=1)".