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

