[E017] Error: cannot declare magic method `EnumWithWakeUp::__wakeup` in an enum
   ,-[code.php:4:21]
   |
 3 | enum EnumWithWakeUp {
   *      ^^^^^^^^^^^^^^  
   *                       
 4 |     public function __wakeup() {}
   *                     ^^^^|^^^  
   *                         `----- try removing this magic method
---'

